Skip to content

Commit 5e0a368

Browse files
kelliseppTakashi Kato
authored andcommitted
fix: Showmenu on backspace zurb#454
1 parent abcc9db commit 5e0a368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TributeEvents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class TributeEvents {
159159
((instance.tribute.current.trigger ||
160160
instance.tribute.autocompleteMode) &&
161161
instance.commandEvent === false) ||
162-
(instance.tribute.isActive && event.keyCode === 8)
162+
event.keyCode === 8
163163
) {
164164
instance.tribute.showMenuFor(this, true);
165165
}

0 commit comments

Comments
 (0)