diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-01 13:34:36 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-01 13:34:36 -0500 |
| commit | 034e05b5bb587e361e9ab87160c9f3abddc9845b (patch) | |
| tree | 58dfe4af071d966fae9ea459745e5130b210b71a /src/client/views/collections/CollectionMenu.tsx | |
| parent | 785e20b74d8917466df4fdd88e5f4a9de206b33f (diff) | |
finished ink menu merge
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 01374cfbb..498030b71 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -554,11 +554,12 @@ export class CollectionFreeFormViewChrome extends React.Component<CollectionMenu } @computed get formatPane() { - return <button className="antimodeMenu-button" key="format" title="toggle foramatting pane" - onPointerDown={action(e => FormatShapePane.Instance.Pinned = !FormatShapePane.Instance.Pinned)} - style={{ backgroundColor: this._fillBtn ? "121212" : "" }}> - <FontAwesomeIcon icon="angle-double-right" size="lg" /> - </button>; + // return <button className="antimodeMenu-button" key="format" title="toggle foramatting pane" + // onPointerDown={action(e => FormatShapePane.Instance.Pinned = !FormatShapePane.Instance.Pinned)} + // style={{ backgroundColor: this._fillBtn ? "121212" : "" }}> + // <FontAwesomeIcon icon="angle-double-right" size="lg" /> + // </button>; + return null; } render() { |
