yuetsh 12acaae38b fix: close other open toolbar menus when a menu button is clicked
The toggle button used @click.stop, which halted the click before it
reached the document-level outside-click listeners. As a result, opening
one dropdown (e.g. export) left a previously-opened dropdown (e.g.
generate) still open. The containment check in handleDocumentClick
already prevents a toggle's own opening click from self-closing, so
.stop was unnecessary; removing it lets sibling menus close on outside
click as intended.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 02:58:55 -06:00
2026-06-15 00:55:47 -06:00
2026-06-15 00:55:47 -06:00
2026-06-15 23:14:16 -06:00
2026-06-15 00:55:47 -06:00
2026-06-16 11:05:56 -06:00
fix
2026-06-16 09:37:50 -06:00
2026-06-15 23:36:06 -06:00
fix
2026-06-16 09:23:00 -06:00
2026-06-16 09:54:46 -06:00
fix
2026-06-16 09:37:50 -06:00
2026-06-16 22:54:38 -06:00
2026-06-16 08:18:10 -06:00
2026-06-16 11:19:12 -06:00
2026-06-15 00:55:47 -06:00
fix
2026-06-16 09:28:41 -06:00
2026-06-15 00:55:47 -06:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.

Description
No description provided
Readme 3.6 MiB
Languages
TypeScript 65.7%
Vue 22.5%
CSS 6.9%
HTML 4.6%
Dockerfile 0.3%