Skip to content

Commit

Permalink
Fixes #27287
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed May 25, 2017
1 parent 391f742 commit 92be0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ExpandAbbreviationAction extends BasicEmmetEditorAction {
EditorContextKeys.hasSingleSelection,
EditorContextKeys.tabDoesNotMoveFocus,
ContextKeyExpr.has('config.emmet.triggerExpansionOnTab'),
ContextKeyExpr.not('config.emmet.suggestExpandedAbbreviation')
ContextKeyExpr.not('config.emmet.useModules')
)
}
);
Expand Down

0 comments on commit 92be0f0

Please sign in to comment.