1
0
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:
Dan Brown
2018-05-27 14:33:50 +01:00
parent c31e6a03ce
commit 1df0bcaf85
4 changed files with 53 additions and 19 deletions

View File

@@ -101,6 +101,7 @@ const methods = {
},
cancelSearch() {
if (!this.searching) return;
this.searching = false;
this.searchTerm = '';
this.images = preSearchImages;