fix null warning

This commit is contained in:
end-4
2025-11-14 11:09:26 +01:00
parent a3cb292fe9
commit eb8f1379f2
@@ -53,7 +53,7 @@ OverlayBackground {
if (!stickypadInput)
return;
if (immediate) {
copyListDebounce.stop();
copyListDebounce?.stop();
updateCopylistEntries();
} else {
copyListDebounce.restart();