Skip to content

Remove regular expression that was causing wrong behaviour - #326

Open
irina-b wants to merge 1 commit into
aehlke:masterfrom
irina-b:fix_misplaced_replace_call
Open

Remove regular expression that was causing wrong behaviour#326
irina-b wants to merge 1 commit into
aehlke:masterfrom
irina-b:fix_misplaced_replace_call

Conversation

@irina-b

@irina-b irina-b commented Jul 31, 2015

Copy link
Copy Markdown

Tags can be created when the user selects comma, enter or tab key.
In this situations, there are some checks done, one of them is removing
starting "s" from entered text and then evaluate if the first character is a
quote("). Since the plugin needs to check only if the first character from
the text is a quote(") and not remove any other letters, I removed the replace
function call.

Tags can be created when the user selects comma, enter or tab key.
In this situations, there are some checks done, one of them is removing
starting "s" from entered text and then evaluate if the first character is a
quote("). Since the plugin needs to check only if the first character from
the text is a quote(") and not remove any other letters, I removed the replace
function call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant