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 da6fb62 commit 4eb9006Copy full SHA for 4eb9006
completion-ui/completion/bookmark.html
@@ -70,7 +70,8 @@
70
71
<label for="mode">Mode:</label>
72
<select id="mode" onchange="UpdateBookmark();">
73
- <option value="cue" selected>Cue</option>
+ <option value="cue-link" selected>Cue (Link)</option>
74
+ <option value="cue-script">Cue (Script)</option>
75
<option value="append">Append</option>
76
<option value="prepend">Prepend</option>
77
<option value="replace">Replace</option>
0 commit comments