editor.js/src/components
Murod Khaydarov 6a90784b69
Block selection (#483)
* initial commit for feature

* selection with cmd+a

* copy to clipboard

* use div instead of textarea

* select and copy improvements

* requested changes

* update

* improve styles

* remove missclick

* clear selection with escape and other keydowns except shift

* copy to clipboard with cmd+a&cmd+c

* restore selection after clearing block selection

* update submodules

* update

* rename func name

* rename getter selected

* small naming changes

* native selection fix

* fix with appendCallback

* add light animations to selection

* move appendcallback to the toolbox insertnew function

* upd styles

* update

* missed {}

* last fixes

* upgrade version
2018-11-13 19:11:47 +03:00
..
block-tunes Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
inline-tools Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
interfaces Notifier module and API (#486) 2018-11-10 15:47:25 +03:00
modules Block selection (#483) 2018-11-13 19:11:47 +03:00
tools use latest tools (#485) 2018-11-08 11:02:11 +03:00
__module.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
block.ts Block selection (#483) 2018-11-13 19:11:47 +03:00
core.js Block selection (#483) 2018-11-13 19:11:47 +03:00
dom.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
polyfills.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
selection.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
utils.ts Block selection (#483) 2018-11-13 19:11:47 +03:00