mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Started custom dropzone implementation
This commit is contained in:
@ -34,6 +34,11 @@ export class ImageManager extends Component {
|
||||
this.resetState();
|
||||
|
||||
this.setupListeners();
|
||||
|
||||
window.setTimeout(() => {
|
||||
this.show(() => {
|
||||
}, 'gallery');
|
||||
}, 500);
|
||||
}
|
||||
|
||||
setupListeners() {
|
||||
|
Reference in New Issue
Block a user