mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
chore: remove no-op stopPropagation statement from folder title click handler (#27542)
This commit is contained in:
parent
65209b0235
commit
4d576c1aa2
1 changed files with 0 additions and 1 deletions
|
|
@ -569,7 +569,6 @@
|
|||
renameHandler();
|
||||
}}
|
||||
on:click={async (e) => {
|
||||
(e) => e.stopPropagation();
|
||||
if (clickTimer) {
|
||||
clearTimeout(clickTimer);
|
||||
clickTimer = null;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue