mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 12:59:58 -05:00
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