-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: referenceId and Synchronizer - Improve error handling and code r…
…obustness (#1612) - Removed unused focalPoint parameter from the volumeId query string construction in `BaseVolumeViewport.ts`. - Added a check for `eventSource` in `Synchronizer.ts` to prevent errors when it is undefined. - Updated error handling in `Synchronizer.ts` to return null instead of throwing an error when `RenderingEngine` or `viewport` is not found. - Ensured that `viewport.element` is returned safely by checking for the existence of the viewport.
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters