mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fixed visibility
This commit is contained in:
parent
0f57ad26c5
commit
141adddcb1
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ export const renderMeasuredTemplate = async event => {
|
||||||
behaviors: [],
|
behaviors: [],
|
||||||
displayMeasurements: true,
|
displayMeasurements: true,
|
||||||
locked: false,
|
locked: false,
|
||||||
ownership: { default: CONST.DOCUMENT_OWNERSHIP_LEVELS.NONE }
|
ownership: { default: CONST.DOCUMENT_OWNERSHIP_LEVELS.NONE },
|
||||||
|
visibility: CONST.REGION_VISIBILITY.ALWAYS
|
||||||
},
|
},
|
||||||
{ create: true }
|
{ create: true }
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue