aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authoryunahi <60233430+yunahi@users.noreply.github.com>2020-06-27 01:40:00 +0900
committeryunahi <60233430+yunahi@users.noreply.github.com>2020-06-27 01:40:00 +0900
commitbda2ce11499dce2f4647f582c9e4930bf18770ce (patch)
tree41b1462704aa4964a4a3c8484b0b1b06db81b0cf /src/client/views/collections/collectionFreeForm
parenta4d20e9da3078c00147ca16a25b39ce5c81173ff (diff)
fixed arrow/dot?
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
index e43e6bbdd..f1032adaa 100644
--- a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
+++ b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
@@ -303,9 +303,9 @@ export default class InkOptionsMenu extends AntimodeMenu {
render() {
const buttons = [
- <button className="antimodeMenu-button" title="Drag" key="drag" onPointerDown={e => this.dragStart(e)}>
- <FontAwesomeIcon icon="arrows-alt" size="lg" />
- </button>,
+ // <button className="antimodeMenu-button" title="Drag" key="drag" onPointerDown={e => this.dragStart(e)}>
+ // <FontAwesomeIcon icon="arrows-alt" size="lg" />
+ // </button>,
this.shapePicker,
this.bezierButton,
this.widthPicker,