mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
chore: remove no-op stopPropagation statement from folder title click handler (#27542)
This commit is contained in:
@@ -569,7 +569,6 @@
|
||||
renameHandler();
|
||||
}}
|
||||
on:click={async (e) => {
|
||||
(e) => e.stopPropagation();
|
||||
if (clickTimer) {
|
||||
clearTimeout(clickTimer);
|
||||
clickTimer = null;
|
||||
|
||||
Reference in New Issue
Block a user