mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-09 22:38:22 +01:00
Clean up code
This commit is contained in:
parent
cb9ccb576f
commit
bf793ec204
@ -438,7 +438,6 @@ namespace OS {
|
||||
const systray = this.refs.systray as GUI.tag.ButtonTag;
|
||||
(this.refs.osmenu as ButtonTag).set(this._osmenu);
|
||||
this._cb = (e) => {
|
||||
console.log("Clicked");
|
||||
if (
|
||||
!$(e.target).closest($(this.refs.overlay)).length &&
|
||||
!$(e.target).closest(this.refs.osmenu).length
|
||||
|
Loading…
Reference in New Issue
Block a user