diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-17 05:16:57 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-17 05:16:57 -0400 |
commit | b7c8c8499bd62196bc6e30de1bd663af16a282ab (patch) | |
tree | 131fa7fb5ce18694c32e69df0131c849365b609b /src/client/views/DocumentDecorations.tsx | |
parent | 97f1835d9ee5fba6aa6ebc5d792f6d8a4d979cfa (diff) |
various photos tweaks for video
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index e8a1d08e4..772b4917e 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -442,7 +442,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> let ruleProvider = cv && (Cast(cv.props.Document.ruleProvider, Doc) as Doc); let heading = NumCast(dv.props.Document.heading); cv && ((ruleProvider ? ruleProvider : cv.props.Document)["ruleRounding_" + heading] = StrCast(dv.props.Document.borderRounding)); - }) + }); e.stopPropagation(); e.preventDefault(); } |