Skip to content

Commit b20c85c

Browse files
committed
⬆️ doppler MAC key bindings + tool version and documentation link in the help panel
1 parent 9d02b56 commit b20c85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/vcdrom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const getHandler = (content, inst) => async readers => {
6262
pluginLocalStore
6363
],
6464
pluginRightPanel: (elo) => {
65-
elo.rightPanel.innerHTML = stringify(helpPanel.mlPanel(keyBindo));
65+
elo.rightPanel.innerHTML = stringify(helpPanel.mlPanel(keyBindo, pkg.version));
6666
}
6767
});
6868

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/wavedrom/vcdrom#readme",
3030
"devDependencies": {
3131
"@drom/eslint-config": "^0.12.0",
32-
"@wavedrom/doppler": "^1.11.0",
32+
"@wavedrom/doppler": "^1.12.0",
3333
"browserify": "^17.0.0",
3434
"eslint": "^8.56.0",
3535
"http-server": "^14.1.0",

0 commit comments

Comments
 (0)