Set exprAllowed to false for star token (#11449)
This commit is contained in:
@@ -136,3 +136,7 @@ tt.backQuote.updateContext = function() {
|
||||
}
|
||||
this.state.exprAllowed = false;
|
||||
};
|
||||
|
||||
tt.star.updateContext = function() {
|
||||
this.state.exprAllowed = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user