issue-432: redactor clicked bug (#437)

* Redactor new Block at end creation fix

* Renew submodule
This commit is contained in:
Murod Khaydarov 2018-08-28 18:46:34 +03:00 committed by GitHub
parent f157dd2819
commit 7c87c5bede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -292,6 +292,9 @@ export default class UI extends Module {
this.Editor.Caret.setToTheLastBlock();
}
event.stopImmediatePropagation();
event.stopPropagation();
/**
* Move toolbar and open
*/
@ -299,7 +302,7 @@ export default class UI extends Module {
/**
* Hide the Plus Button
* */
*/
this.Editor.Toolbar.plusButton.hide();
if (!this.Editor.BlockManager.currentBlock) {