-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
When click "Ignore" item, we need to hide the menu for interaction.
Related code:
editor/packages/textchecker-element/src/attach-to-text-area.ts
Lines 226 to 232 in 169d148
| async onIgnore() { | |
| await lintEngine.ignoreText({ | |
| text, | |
| message | |
| }); | |
| await update(); | |
| }, |
Reactions are currently unavailable
