UNPKG

itk-viewer-reference-ui

Version:
9 lines (7 loc) 211 B
function toggleAnnotations(context) { if (context.main.annotationsButtonInput) { context.main.annotationsButtonInput.checked = context.main.annotationsEnabled } } export default toggleAnnotations