Fixed bug in dragbar for credits window
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled

This commit is contained in:
SwingTheVine 2026-02-27 15:01:58 -05:00
parent 427bdf2cef
commit 0a564b69e3

View file

@ -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`);
}
}