Removed log statement
This commit is contained in:
parent
3e29a9a5c5
commit
2695e78344
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export const Window = memo(function Window({ id, app, size, position, focused =
|
|||
<FontAwesomeIcon icon={faXmark}/>
|
||||
</button>
|
||||
</div>
|
||||
<div className={styles["Window-content"]} onClick={(event) => { console.log(event); }}>
|
||||
<div className={styles["Window-content"]}>
|
||||
<app.WindowContent {...options} app={app} setTitle={setTitle} close={close} focus={focus}/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue