diff options
author | bobzel <zzzman@gmail.com> | 2020-08-13 09:41:56 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-13 09:41:56 -0400 |
commit | 8460f4e5c3a409a095e87a0b841b097d20a4e466 (patch) | |
tree | e2bc95d5c52428674940fac4084af60fa5a4077a /src/client/views/PropertiesButtons.tsx | |
parent | e659dd1ea3696c02b88aca748675a2fc1857d78d (diff) |
made stayInCollection a layout property
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 2451ff55a..54effe559 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -639,7 +639,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { this.selectedDoc._backgroundColor = "rgba(0,0,0,0.7)"; this.selectedDoc.mixBlendMode = "hard-light"; this.selectedDoc.color = "#9b9b9bff"; - this.selectedDoc.stayInCollection = true; + this.selectedDoc._stayInCollection = true; this.selectedDoc.isInkMask = true; } } |