[Bug Fix] Clone a node and use $setSelection
instead of assigning dirty to true directly.
#2753
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lexical Tests (Extended) | |
on: | |
pull_request: | |
types: [labeled, synchronize, reopened] | |
paths-ignore: | |
- 'examples/**' | |
- 'packages/lexical-website/**' | |
- 'packages/*/README.md' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
e2e-tests: | |
if: github.repository_owner == 'facebook' && contains(github.event.pull_request.labels.*.name, 'extended-tests') | |
uses: ./.github/workflows/call-e2e-all-tests.yml | |
integration-tests: | |
if: github.repository_owner == 'facebook' && contains(github.event.pull_request.labels.*.name, 'extended-tests') | |
uses: ./.github/workflows/call-integration-tests.yml |