mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
imrovement(flipper): allow to select next/prev line by shift arrows (#2918)
* fix: prevent flipper navigation when shift key is pressed * rm logs * feat: improve line selection with Shift + Up/Down * fix lint action * fix action * upd
This commit is contained in:
parent
7399e55f7e
commit
cd65d8cd29
4 changed files with 56 additions and 10 deletions
10
.github/workflows/eslint.yml
vendored
10
.github/workflows/eslint.yml
vendored
|
|
@ -9,15 +9,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v1
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: node_modules
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.OS }}-build-${{ env.cache-name }}-
|
||||
${{ runner.OS }}-build-
|
||||
${{ runner.OS }}-
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue