remove inline toolbar closing on cross block selection mouse up due to the bug (#972)

This commit is contained in:
Murod Khaydarov 2019-11-30 22:50:53 +03:00 committed by GitHub
parent 2729f8fd24
commit c6f5be644b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

2
dist/editor.js vendored

File diff suppressed because one or more lines are too long

View file

@ -126,9 +126,6 @@ export default class CrossBlockSelection extends Module {
Listeners.off(document, 'mouseover', this.onMouseOver);
Listeners.off(document, 'mouseup', this.onMouseUp);
/** close InlineToolbar when Blocks selected */
this.Editor.InlineToolbar.close();
}
/**