diff options
author | bobzel <zzzman@gmail.com> | 2023-12-01 12:17:10 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-01 12:17:10 -0500 |
commit | 678abdfceaa25cb84c4232f44a7c161b6d39b546 (patch) | |
tree | 3ee85b4796619d06949daa964556d19ed0a98830 /src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx | |
parent | 9ae07e29f41df9d64985c25b67054843a99a0224 (diff) |
cleaning up documentview props. got rid of special cases for keyValueBox. made fitToContents work cleanly for native scaled docs.
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx b/src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx index 3713e93ce..415a9d776 100644 --- a/src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx +++ b/src/client/views/nodes/MapBox/MapBoxInfoWindow.tsx @@ -68,8 +68,8 @@ export class MapBoxInfoWindow extends React.Component<MapBoxInfoWindowProps & Vi NativeDimScaling={returnOne} isContentActive={returnTrue} chromeHidden={true} - childHideResizeHandles={returnTrue} - childHideDecorationTitle={returnTrue} + childHideResizeHandles={true} + childHideDecorationTitle={true} childLayoutFitWidth={this.childLayoutFitWidth} // childDocumentsActive={returnFalse} removeDocument={this.removeDoc} |