-
fix(ConnectedCornerstoneViewport): Fix definition of function map so it happens less frequently (#740)
released this
2019-07-31 08:46:41 +02:00 | 4500 commits to master since this releaseonMeasurementsChangedcurrently defines a function map every time it is called. This function map includes a throttle on themodifiedfunction which is not being used because the function is called at most once per time it is instantiated. These changes elevate the map definition to the file level, since what it is defining does not change based on the other executed code.Downloads