diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-17 10:54:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-17 10:54:30 -0400 |
| commit | bdccbc7a37216ffc88920ec48f9119a8ada0be60 (patch) | |
| tree | 9bf89ba599abdf13eb395b1b24c413bda061be53 /src/client/views/PropertiesButtons.tsx | |
| parent | 4ecac6f070759e79c254f4a356d02a871ac6abb5 (diff) | |
cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf.
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 ebbe20077..11e9dd9c9 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -133,7 +133,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { const containerDoc = dv.rootDoc; //containerDoc.followAllLinks = // containerDoc.noShadow = - // containerDoc.noHighlighting = + // containerDoc.disableDocBrushing = // containerDoc._forceActive = containerDoc._fitContentsToBox = containerDoc._isLightbox = !containerDoc._isLightbox; containerDoc._xPadding = containerDoc._yPadding = containerDoc._isLightbox ? 10 : undefined; |
