📱 iPhone 上无法弹出标签

This commit is contained in:
Vanessa 2026-02-27 10:43:55 +08:00
parent d6982f70e6
commit 75f0cb0d04

View file

@ -205,7 +205,7 @@ export class Background {
});
});
});
this.element.addEventListener(getEventName(), (event) => {
this.element.addEventListener("click", (event) => {
let target = event.target as HTMLElement;
hideElements(["gutter"], protyle);