UNPKG

openseadragon-annotations

Version:
11 lines (10 loc) 216 B
export default function cleanCanvas(Dispatcher) { Dispatcher.dispatch({ type: 'ACTIVITY_UPDATE', inProgress: false, }); Dispatcher.dispatch({ type: 'ANNOTATIONS_RESET', annotations: [], }); }