diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-05 00:33:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-05 00:33:12 -0400 |
| commit | 583420f7b97b5d540fa269f9ce5625953bacdbe6 (patch) | |
| tree | 07c19e4f95c349b07ffc076f5e49848ef5712352 /src/client/views/InkingStroke.tsx | |
| parent | efb7beb4497d416cb302aec1a49f850cfc99cabf (diff) | |
updates for new css-loader
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 5a9f10ba4..51baaa23e 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -44,7 +44,7 @@ import { FieldView, FieldViewProps } from './nodes/FieldView'; import { FormattedTextBox } from './nodes/formattedText/FormattedTextBox'; import { PinProps, PresBox } from './nodes/trails'; import { StyleProp } from './StyleProvider'; -const { default: { INK_MASK_SIZE } } = require('./global/globalCssVariables.module.scss'); // prettier-ignore +const { INK_MASK_SIZE } = require('./global/globalCssVariables.module.scss'); // prettier-ignore @observer export class InkingStroke extends ViewBoxAnnotatableComponent<FieldViewProps>() implements ViewBoxInterface { static readonly MaskDim = INK_MASK_SIZE; // choose a really big number to make sure mask fits over container (which in theory can be arbitrarily big) |
