Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
fix(TCMention): BACKSPACE should call renderPanelContent as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 16, 2015
1 parent 6eb1aed commit 07e8b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Your mention implementation
if (1 === startOffset && 1 === endOffset) {
// last word. So `@` will be deleted.
this.hidePanel();
} else {
this.updatePanelContentWithDelay();
}
break;
case atKeyCode:
Expand Down

0 comments on commit 07e8b03

Please sign in to comment.