aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-29 23:14:41 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-29 23:14:41 -0700
commit917098c107052f825e0f9b96bdb0706371862b90 (patch)
tree4b6af89c6a11c32974ab3b6aafdf74cc8b992220 /src/client/views/collections
parentb9f4d13ffa8cd20ed89be16f471a1fab760ba2c0 (diff)
ink fixes
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
index 218cef183..f47fca6ac 100644
--- a/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
+++ b/src/client/views/collections/collectionFreeForm/InkOptionsMenu.tsx
@@ -318,18 +318,7 @@ export default class InkOptionsMenu extends AntimodeMenu {
this.arrowPicker,
this.dashButton,
];
-
- const mobileButtons = [
- this.shapePicker,
- this.bezierButton,
- this.widthPicker,
- this.colorPicker,
- this.fillPicker,
- this.arrowPicker,
- this.dashButton,
- ];
-
- return (window.screen.width < 600 ? this.getElement(mobileButtons) : this.getElement(buttons));
+ return this.getElement(buttons);
}
}
Scripting.addGlobal(function activatePen(penBtn: any) {