Skip to content

Commit

Permalink
Merge pull request #2 from BlueprintSys/stor-11705
Browse files Browse the repository at this point in the history
Stor 11705
  • Loading branch information
fabgallo authored Jul 12, 2018
2 parents d9bdedd + 1edf85b commit f3c0de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,7 @@

//BACKSPACE
case 8:
if (this.query === '') {
this.cleanUp(true);
} else {
if (this.query !== '') {
this.lookup();
}
break;
Expand Down Expand Up @@ -345,7 +343,7 @@
}

this.query = this.jsH.trim(editorBody.innerText).replace('\ufeff', '');

if (this.dropdown === undefined) {
this.show();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce-mention-nojq",
"version": "4.0.2",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "https://github.com/BlueprintSys/tinymce-mention-plugin"
Expand Down

0 comments on commit f3c0de0

Please sign in to comment.