Merge branch 'master' into release/2.16

This commit is contained in:
Peter Savchenko 2019-12-07 14:12:57 +03:00
commit 738019f313
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C
5 changed files with 90 additions and 1021 deletions

3
.gitmodules vendored
View file

@ -46,3 +46,6 @@
[submodule "example/tools/warning"]
path = example/tools/warning
url = https://github.com/editor-js/warning
[submodule "src/components/external/codex.tooltips"]
path = src/components/external/codex.tooltips
url = https://github.com/codex-team/codex.tooltips

2
dist/editor.js vendored

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
Subproject commit 72a7c01b6589fbe5591f63d0501c898a47d22875

View file

@ -502,6 +502,13 @@ export default class UI extends Module {
if (!this.Editor.CrossBlockSelection.isCrossBlockSelectionStarted) {
this.Editor.BlockSelection.clearSelection(event);
}
/**
* Clear Selection if user clicked somewhere
*/
if (!this.Editor.CrossBlockSelection.isCrossBlockSelectionStarted) {
this.Editor.BlockSelection.clearSelection(event);
}
}
/**

1098
yarn.lock

File diff suppressed because it is too large Load diff