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 5529aff commit 530ba7eCopy full SHA for 530ba7e
lib/runtime/workspace.coffee
@@ -41,6 +41,7 @@ module.exports =
41
mod = if @mod == modules.follow then modules.current() else (@mod or 'Main')
42
gotoSymbol
43
word: name,
44
+ fullWord: name,
45
mod: mod
46
.then (symbols) =>
47
return if symbols.error
lib/ui/docs.js
@@ -69,6 +69,7 @@ export function processItem (item) {
69
item.onClickName = () => {
70
gotoSymbol({
71
word: item.name,
72
+ fullWord: item.name,
73
mod: item.mod
74
}).then(symbols => {
75
if (symbols.error) return
0 commit comments