A bit more polish on mermaid chat items

- Remove context menu for open in editor since there's a button now
- Faster pinch zoom
- Only pan when holding alt/option
- Fix transparent button on hover
This commit is contained in:
Matt Bierner
2026-01-28 13:15:08 -08:00
parent b21a7bf520
commit b895a24030
3 changed files with 17 additions and 12 deletions

View File

@@ -62,10 +62,6 @@
"command": "_mermaid-chat.resetPanZoom",
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem'"
},
{
"command": "_mermaid-chat.openInEditor",
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem'"
},
{
"command": "_mermaid-chat.copySource",
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem' || webviewId == 'vscode.chat-mermaid-features.preview'"