mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
[bug fix] close text still show after closing the overlay section
This commit is contained in:
@@ -35,6 +35,7 @@ export function overlayEnable(): void {
|
||||
|
||||
export function overlayDisable(): void {
|
||||
overlay.style.zIndex = '-1'
|
||||
setCursorText('')
|
||||
disableListener()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user