forked from Shinonome/dots-hyprland
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