From 14bc3337ce2c2ca87f4b11765414a7ee1bb12bba Mon Sep 17 00:00:00 2001 From: yunahi <60233430+yunahi@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:14:37 +0900 Subject: test --- src/client/views/collections/CollectionMenu.tsx | 35 ++++++++++++++++--------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 0b30b5a5f..4fa2e51e8 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -25,6 +25,7 @@ import { SelectionManager } from "../../util/SelectionManager"; import { DocumentView } from "../nodes/DocumentView"; import { ColorState } from "react-color"; import { ObjectField } from "../../../fields/ObjectField"; +import { IconProp, library } from '@fortawesome/fontawesome-svg-core'; @observer export default class CollectionMenu extends AntimodeMenu { @@ -342,11 +343,17 @@ export class CollectionFreeFormViewChrome extends React.Component {this._draw.map((icon, i) => - )} ; } @@ -430,11 +439,11 @@ export class CollectionFreeFormViewChrome extends React.Component {widthPicker} - {this._width.map(wid => - )} ; } @@ -474,7 +483,7 @@ export class CollectionFreeFormViewChrome extends React.Component FormatShapePane.Instance.Pinned = !FormatShapePane.Instance.Pinned)} style={{ backgroundColor: this._fillBtn ? "121212" : "" }}> - + ; } @@ -503,10 +512,10 @@ export class CollectionFreeFormViewChrome extends React.Component + {this.drawButtons} {this.widthPicker} {this.colorPicker} {this.fillPicker} - {this.drawButtons} {this.formatPane} : (null) -- cgit v1.2.3-70-g09d2