<img width="530" alt="image" src="https://user-images.githubusercontent.com/19714/123351510-307a5180-d598-11eb-8434-cdd4c6c0c648.png"> When click "Ignore" item, we need to hide the menu for interaction. Related code: https://github.com/textlint/editor/blob/169d148c9abc607c2b3892531bcedd0115c32ef2/packages/textchecker-element/src/attach-to-text-area.ts#L226-L232
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