diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 17:50:24 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 17:50:24 -0400 |
commit | 5414cc78dfb650954c9b6fef8115a5945ea8d6a6 (patch) | |
tree | 86a9a92ca208848f500a156df8f9d9692938bd9c /src/client/documents/Documents.ts | |
parent | 9d06cd45c732006ed5ee13734fa8145886e349c0 (diff) |
changed dontSelect to dontDecorateSelection
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 89e8d7ebc..a69bfae01 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -117,7 +117,7 @@ export interface DocumentOptions { lockedTransform?: boolean; // lock the panx,pany and scale parameters of the document so that it be panned/zoomed opacity?: number; defaultBackgroundColor?: string; - dontSelect?: boolean; // whether document decorations should be displayed when the document is selected + dontDecorateSelection?: boolean; // whether document decorations should be displayed when the document is selected isBackground?: boolean; isButton?: boolean; columnWidth?: number; |