vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 27 forks source link

Context Menu seems not sync show state with attribute #201

Open neko-para opened 1 month ago

neko-para commented 1 month ago

After clicking any item, the menu got closed itself. But the menu won't show if add show again. However, directly set show property of element itself do show the menu.


Also,an option to control whether menu should close itself would be useful.