Update UIElement.js

This commit is contained in:
jelveh 2024-11-13 14:43:30 -08:00
parent 622205ae51
commit 599c7ad0a1

View File

@ -118,7 +118,6 @@ export default def(class UIElement extends AdvancedBase {
async open_as_window (options = {}) {
const placeholder = Placeholder();
console.log('window options?', this.windowOptions);
let win;
this.close = () => $(win).close();
win = await UIWindow({