Skip to content

Commit 530ba7e

Browse files
committed
fixed on workspace/docs
1 parent 5529aff commit 530ba7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/runtime/workspace.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports =
4141
mod = if @mod == modules.follow then modules.current() else (@mod or 'Main')
4242
gotoSymbol
4343
word: name,
44+
fullWord: name,
4445
mod: mod
4546
.then (symbols) =>
4647
return if symbols.error

lib/ui/docs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export function processItem (item) {
6969
item.onClickName = () => {
7070
gotoSymbol({
7171
word: item.name,
72+
fullWord: item.name,
7273
mod: item.mod
7374
}).then(symbols => {
7475
if (symbols.error) return

0 commit comments

Comments
 (0)