diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-18 13:28:24 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-18 13:28:24 -0500 |
| commit | 3c287ad66d84bf4fbd6f626f1590fdd82610762b (patch) | |
| tree | 330708f3c8dfed1accbc254d16e733f9c132f2cd | |
| parent | 66cfe6c5fab54c970ac51a4cd29ce1db50e464b3 (diff) | |
text menu goes away when text box is closed now.
| -rw-r--r-- | src/client/util/RichTextMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/RichTextMenu.tsx b/src/client/util/RichTextMenu.tsx index 4fe0d2662..460f1fa37 100644 --- a/src/client/util/RichTextMenu.tsx +++ b/src/client/util/RichTextMenu.tsx @@ -275,6 +275,7 @@ export default class RichTextMenu extends AntimodeMenu { } destroy() { + this.fadeOut(true); } @action |
