mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 08:06:37 +08:00
Use split button pattern to separate main content area from more button. This prevents click events on the more button from bubbling up to the parent element's click/double-click handlers, which caused unintended file opening when clicking the menu button multiple times.