aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.tsx
diff options
context:
space:
mode:
authorvellichora <fangrui_tong@brown.edu>2020-01-07 06:43:26 -0500
committervellichora <fangrui_tong@brown.edu>2020-01-07 06:43:26 -0500
commit4791f95d6be68e590d0a80689d89be4c05e9ffc3 (patch)
tree2e3e123d5ead6dfb9cdebaab94bb870e0fd9f373 /src/client/views/AntimodeMenu.tsx
parent7d58927ba9da5ea146ef6daed336036b01447302 (diff)
starting integrating brush tool into richtextmenu
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
-rw-r--r--src/client/views/AntimodeMenu.tsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx
index 408df8bc2..2e9d29ef9 100644
--- a/src/client/views/AntimodeMenu.tsx
+++ b/src/client/views/AntimodeMenu.tsx
@@ -62,12 +62,12 @@ export default abstract class AntimodeMenu extends React.Component {
@action
protected pointerLeave = (e: React.PointerEvent) => {
- if (!this.Pinned) {
- this._transition = "opacity 0.5s";
- this._transitionDelay = "1s";
- this._opacity = 0.2;
- setTimeout(() => this.fadeOut(false), 3000);
- }
+ // if (!this.Pinned) {
+ // this._transition = "opacity 0.5s";
+ // this._transitionDelay = "1s";
+ // this._opacity = 0.2;
+ // setTimeout(() => this.fadeOut(false), 3000);
+ // }
}
@action