mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-19 20:49:30 -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 {
|
export function overlayDisable(): void {
|
||||||
overlay.style.zIndex = '-1'
|
overlay.style.zIndex = '-1'
|
||||||
|
setCursorText('')
|
||||||
disableListener()
|
disableListener()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user