mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix null warning
This commit is contained in:
@@ -53,7 +53,7 @@ OverlayBackground {
|
||||
if (!stickypadInput)
|
||||
return;
|
||||
if (immediate) {
|
||||
copyListDebounce.stop();
|
||||
copyListDebounce?.stop();
|
||||
updateCopylistEntries();
|
||||
} else {
|
||||
copyListDebounce.restart();
|
||||
|
||||
Reference in New Issue
Block a user