mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-18 19:21:43 +00:00
Fixed bug in dragbar for credits window
This commit is contained in:
parent
427bdf2cef
commit
0a564b69e3
1 changed files with 3 additions and 0 deletions
|
|
@ -95,5 +95,8 @@ export default class WindowCredts extends Overlay {
|
||||||
.buildElement()
|
.buildElement()
|
||||||
.buildElement()
|
.buildElement()
|
||||||
.buildElement().buildOverlay(this.windowParent);
|
.buildElement().buildOverlay(this.windowParent);
|
||||||
|
|
||||||
|
// Creates dragging capability on the drag bar for dragging the window
|
||||||
|
this.handleDrag(`#${this.windowID}.bm-window`, `#${this.windowID} .bm-dragbar`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue