mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 20:59:50 +00:00
Fixed bug in dragbar for credits window
This commit is contained in:
parent
c2b8da3708
commit
2ccf20fe00
1 changed files with 3 additions and 0 deletions
|
|
@ -95,5 +95,8 @@ export default class WindowCredts extends Overlay {
|
|||
.buildElement()
|
||||
.buildElement()
|
||||
.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