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 || {
|
||||
globalToolSyncEnabled: true,
|
||||
showSVGCursors: true,
|
||||
showSVGCursors: false,
|
||||
autoResizeViewports: false,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user