microsoft / microsoft/roosterjs
[Emoji Plugin] If MouseUp, the emoji cannot be undone
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
if (event.eventType === PluginEventType.MouseUp) {
//TODO"
// If MouseUp, the emoji cannot be undone
this.canUndoEmoji = false;
this.setIsSuggesting(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.