microsoft / microsoft/roosterjs
If KeyDown is backspace and canUndoEmoji, call autoComplete api in Emoji Plugin
Open
@juliaroldi is already working on this.
Since Jun 27, 2022.
roosterjs-react
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 190
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 16
Description
Change this of Emoji Plugin to use autocomplete api
else if (event.rawEvent.which === KeyCodes.backspace && this.canUndoEmoji) {
//TODO:
// If KeyDown is backspace and canUndoEmoji, call editor undo
this.editor.undo();
this.handleEventOnKeyDown(event);
this.canUndoEmoji = false;
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.