UNPKG

openseadragon-annotations

Version:
13 lines (12 loc) 257 B
export default function selectMode(mode, Dispatcher, Store) { Dispatcher.dispatch({ type: 'ACTIVITY_UPDATE', inProgress: false, }); if (Store.getMode() !== mode) { Dispatcher.dispatch({ type: 'MODE_UPDATE', mode, }); } }