mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-11 13:48:13 +03:00
Converted image-manager to be component/HTML based
Instead of vue based.
This commit is contained in:
@ -43,7 +43,6 @@ class Dropzone {
|
||||
}
|
||||
|
||||
onSuccess(file, data) {
|
||||
this.container.dispatchEvent(new Event('dropzone'))
|
||||
this.$emit('success', {file, data});
|
||||
|
||||
if (this.successMessage) {
|
||||
|
Reference in New Issue
Block a user