Skip to content

Commit 22a723c

Browse files
committed
re-add input handler
1 parent c444552 commit 22a723c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runtime/frontend.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ module.exports =
1414
activate: ->
1515
client.handle select: (items) -> selector.show items
1616

17+
client.handle input: () -> selector.show([], {allowCustom: true})
18+
1719
client.handle syntaxcolors: (selectors) -> colors.getColors(selectors)
1820

1921
client.handle openFile: (file, line) => @ink?.Opener.open(file, line, {

0 commit comments

Comments
 (0)