OHIF-303: Disable SVG Cursors for tools (#1979)

This commit is contained in:
Igor Octaviano 2020-08-07 11:46:02 -03:00 committed by GitHub
parent 4af0933406
commit 381165085a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}; };