Skip to content

Clear highlights and pointer on BlockManager even if selection was inside of the editor before clicking outside #2006

Clear highlights and pointer on BlockManager even if selection was inside of the editor before clicking outside

Clear highlights and pointer on BlockManager even if selection was inside of the editor before clicking outside #2006

Workflow file for this run

name: ESLint CodeX
on: [pull_request]
jobs:
lint:
name: ESlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache node modules
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-${{ env.cache-name }}-
${{ runner.OS }}-build-
${{ runner.OS }}-
- run: yarn
- run: yarn lint