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