MapComponent: Print button
This commit is contained in:
@ -548,9 +548,17 @@ const MapComponent = ({
|
|||||||
clearPrintArea(id)
|
clearPrintArea(id)
|
||||||
map?.setTarget(mapElement.current as HTMLDivElement)
|
map?.setTarget(mapElement.current as HTMLDivElement)
|
||||||
}} title="Предпросмотр области">
|
}} title="Предпросмотр области">
|
||||||
<div id='print-portal' style={{ width: '640px', height: '320px' }}>
|
<Stack>
|
||||||
|
<div id='print-portal' style={{ width: '640px', height: '320px' }}>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<Flex gap='sm'>
|
||||||
|
<Button>
|
||||||
|
Печать
|
||||||
|
</Button>
|
||||||
|
</Flex>
|
||||||
|
|
||||||
|
</Stack>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
{active &&
|
{active &&
|
||||||
|
Reference in New Issue
Block a user