1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

Removed use of image-manager/entity-selector window globals

This commit is contained in:
Dan Brown
2022-11-16 15:21:22 +00:00
parent 3b8ee3954e
commit 25c23a2e5f
5 changed files with 22 additions and 12 deletions

View File

@ -4,7 +4,6 @@ import {Component} from "./component";
export class ImageManager extends Component {
setup() {
// Options
this.uploadedTo = this.$opts.uploadedTo;
@ -33,8 +32,6 @@ export class ImageManager extends Component {
this.resetState();
this.setupListeners();
window.ImageManager = this;
}
setupListeners() {