OHIF-303: Disable SVG Cursors for tools (#1979)
This commit is contained in:
parent
4af0933406
commit
381165085a
@ -288,7 +288,7 @@ export default function init({
|
|||||||
// ~~
|
// ~~
|
||||||
const defaultCsToolsConfig = csToolsConfig || {
|
const defaultCsToolsConfig = csToolsConfig || {
|
||||||
globalToolSyncEnabled: true,
|
globalToolSyncEnabled: true,
|
||||||
showSVGCursors: true,
|
showSVGCursors: false,
|
||||||
autoResizeViewports: false,
|
autoResizeViewports: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user