{ this.setMaximizedRef(ref); }}
- style={{
- position: "absolute", left: 0, top: 0, right: 0, bottom: 0, overflow: "hidden",
- visibility: this.props.contentReady ? "visible" : "hidden"
- }}>
-
-
- {
- this.props.showZoomed && this.props.children
- }
-
-
-
{
+ this.startZoom();
}}
+ >
+
+
+
+ ) : (
+
{
e.stopPropagation();
this.props.setShowZoomed(false);
}}
>
-
+
-
+ )}
+
+
+ {this.props.toolbarChildren && this.props.toolbarChildren.map((child, index) => (
+