aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.tsx
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2020-01-09 16:41:52 -0500
committerFawn <fangrui_tong@brown.edu>2020-01-09 16:41:52 -0500
commit5abc4de3c3495db71b0a9bcbe2468828f674eff3 (patch)
treef38e252f485de0b643a48ddfe1e0aeca53078576 /src/client/views/AntimodeMenu.tsx
parent9a8d2a903b10568686cc66c849fba21b1ab75be2 (diff)
minor merge
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
-rw-r--r--src/client/views/AntimodeMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx
index e358d88cf..4625eb92f 100644
--- a/src/client/views/AntimodeMenu.tsx
+++ b/src/client/views/AntimodeMenu.tsx
@@ -127,7 +127,7 @@ export default abstract class AntimodeMenu extends React.Component {
}
protected getDragger = () => {
- return <div className="antimodeMenu-dragger" onPointerDown={this.dragStart} style={{ width: this.Pinned ? "20px" : "0px" }} />
+ return <div className="antimodeMenu-dragger" onPointerDown={this.dragStart} style={{ width: this.Pinned ? "20px" : "0px" }} />;
}
protected getElement(buttons: JSX.Element[]) {