mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-21 09:22:09 +03:00
Added source code view/set button
This commit is contained in:
@ -65,7 +65,6 @@ class ImageView {
|
||||
}
|
||||
|
||||
removeHandlesListener(event) {
|
||||
console.log(this.dom.contains(event.target), event.target);
|
||||
if (!this.dom.contains(event.target)) {
|
||||
this.removeHandles();
|
||||
this.handles = [];
|
||||
|
Reference in New Issue
Block a user