aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-02 12:00:58 -0400
committerbobzel <zzzman@gmail.com>2021-09-02 12:00:58 -0400
commit4d058ec6e2aaa20f240de5d65680e396f035f36e (patch)
treedfdd8251c154853a9e2105164a19b08a99affc8a /src/client/views/PropertiesButtons.tsx
parent7075cdfdccbbf2aaa174926cfd6ee894c59d5527 (diff)
fixed dragging things into collections. reactived fitWidth properties button
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r--src/client/views/PropertiesButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx
index 286365fa6..0bcdbac19 100644
--- a/src/client/views/PropertiesButtons.tsx
+++ b/src/client/views/PropertiesButtons.tsx
@@ -213,7 +213,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
{toggle(this.lockButton)}
{toggle(this.dictationButton, { display: isNovice ? "none" : "" })}
{toggle(this.onClickButton)}
- {toggle(this.fitWidthButton, { display: isNovice ? "none" : "" })}
+ {toggle(this.fitWidthButton)}
{toggle(this.fitContentButton, { display: !isFreeForm ? "none" : "" })}
{toggle(this.autoHeightButton, { display: !isText && !isStacking && !isTree ? "none" : "" })}
{toggle(this.maskButton, { display: !isInk ? "none" : "" })}