aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-18 13:28:24 -0500
committerbob <bcz@cs.brown.edu>2020-02-18 13:28:24 -0500
commit3c287ad66d84bf4fbd6f626f1590fdd82610762b (patch)
tree330708f3c8dfed1accbc254d16e733f9c132f2cd
parent66cfe6c5fab54c970ac51a4cd29ce1db50e464b3 (diff)
text menu goes away when text box is closed now.
-rw-r--r--src/client/util/RichTextMenu.tsx1
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