chore: remove no-op stopPropagation statement from folder title click handler (#27542)

This commit is contained in:
G30
2026-07-26 17:27:12 -04:00
committed by GitHub
parent 65209b0235
commit 4d576c1aa2
@@ -569,7 +569,6 @@
renameHandler();
}}
on:click={async (e) => {
(e) => e.stopPropagation();
if (clickTimer) {
clearTimeout(clickTimer);
clickTimer = null;