mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 15:20:21 +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 = {}) {
|
async open_as_window (options = {}) {
|
||||||
const placeholder = Placeholder();
|
const placeholder = Placeholder();
|
||||||
console.log('window options?', this.windowOptions);
|
|
||||||
let win;
|
let win;
|
||||||
this.close = () => $(win).close();
|
this.close = () => $(win).close();
|
||||||
win = await UIWindow({
|
win = await UIWindow({
|
||||||
|
Loading…
Reference in New Issue
Block a user