Skip to content

Commit

Permalink
Artificially resolved the discusson of PR #1329
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahSchellekens committed May 19, 2020
1 parent 6b8cdc4 commit 6443539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ open class LatexQuoteInsertHandler : TypedHandlerDelegate() {
isOpeningQuotes = true
}

// If we are not closing the command, assume we are opening it (instead of doing nothing)
// If we are not closing the quotes, assume we are opening it (instead of doing nothing)
if (TexifySettings.getInstance().automaticQuoteReplacement == TexifySettings.QuoteReplacement.CSQUOTES
&& document.getText(TextRange.from(min(offset, document.textLength - 1), 1)) != "}") {
isOpeningQuotes = true
Expand Down

0 comments on commit 6443539

Please sign in to comment.