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) if (!stickypadInput)
return; return;
if (immediate) { if (immediate) {
copyListDebounce.stop(); copyListDebounce?.stop();
updateCopylistEntries(); updateCopylistEntries();
} else { } else {
copyListDebounce.restart(); copyListDebounce.restart();