1
0
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:
Dan Brown
2023-04-24 16:19:20 +01:00
parent 55af22b487
commit 23915c3b1a
4 changed files with 133 additions and 65 deletions

View File

@ -34,6 +34,11 @@ export class ImageManager extends Component {
this.resetState();
this.setupListeners();
window.setTimeout(() => {
this.show(() => {
}, 'gallery');
}, 500);
}
setupListeners() {