mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Made image cleanup safer
Also fixed drawing update in markdown editor. Added shortcut for MD editor to view drawing manager.
This commit is contained in:
@@ -101,6 +101,7 @@ const methods = {
|
||||
},
|
||||
|
||||
cancelSearch() {
|
||||
if (!this.searching) return;
|
||||
this.searching = false;
|
||||
this.searchTerm = '';
|
||||
this.images = preSearchImages;
|
||||
|
Reference in New Issue
Block a user