We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2a6a7 commit c649222Copy full SHA for c649222
src/plugin/contextMenu.ts
@@ -28,8 +28,8 @@ export default function (mind: MindElixirInstance, option: any) {
28
const unfocus = createLi('cm-unfucus', lang.cancelFocus, '')
29
const up = createLi('cm-up', lang.moveUp, 'PgUp')
30
const down = createLi('cm-down', lang.moveDown, 'Pgdn')
31
- const link = createLi('cm-down', lang.link, '')
32
- const summary = createLi('cm-down', lang.summary, '')
+ const link = createLi('cm-link', lang.link, '')
+ const summary = createLi('cm-summary', lang.summary, '')
33
34
const menuUl = document.createElement('ul')
35
menuUl.className = 'menu-list'
0 commit comments