mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 06:50:22 +08:00
Update UIElement.js
This commit is contained in:
parent
622205ae51
commit
599c7ad0a1
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user