[bug fix] close text still show after closing the overlay section

This commit is contained in:
Spedon
2023-03-14 01:10:11 +08:00
parent 211e2fd4fb
commit 1785e1e7ce

View File

@@ -35,6 +35,7 @@ export function overlayEnable(): void {
export function overlayDisable(): void {
overlay.style.zIndex = '-1'
setCursorText('')
disableListener()
}