mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 03:23:48 +01:00
close url dialog by default
This commit is contained in:
parent
1f4ca15442
commit
11222aaa82
@ -119,14 +119,8 @@ class Interface extends React.Component {
|
|||||||
isLoading: true,
|
isLoading: true,
|
||||||
error: null,
|
error: null,
|
||||||
objectDimensions: '0x0x0mm',
|
objectDimensions: '0x0x0mm',
|
||||||
popover: {
|
popover: { element: null, open: false },
|
||||||
element: null,
|
openUrlDialog: { open: false, url: '' }
|
||||||
open: false
|
|
||||||
},
|
|
||||||
openUrlDialog: {
|
|
||||||
open: true,
|
|
||||||
url: ''
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user