forked from Shinonome/dots-hyprland
fix null warning
This commit is contained in:
@@ -53,7 +53,7 @@ OverlayBackground {
|
|||||||
if (!stickypadInput)
|
if (!stickypadInput)
|
||||||
return;
|
return;
|
||||||
if (immediate) {
|
if (immediate) {
|
||||||
copyListDebounce.stop();
|
copyListDebounce?.stop();
|
||||||
updateCopylistEntries();
|
updateCopylistEntries();
|
||||||
} else {
|
} else {
|
||||||
copyListDebounce.restart();
|
copyListDebounce.restart();
|
||||||
|
|||||||
Reference in New Issue
Block a user