We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecc502 commit 5e96e38Copy full SHA for 5e96e38
frontend/javascripts/viewer/model/sagas/saving/save_mutex_saga.tsx
@@ -131,6 +131,7 @@ function* tryAcquireMutexContinuously(mutexLogicState: MutexLogicState): Saga<vo
131
}
132
133
134
+// todop: this should automatically react to store changes / actions. there could be a "SET_MUTEX_INFO" action
135
function onMutexStateChanged(
136
isInitialRequest: boolean,
137
canEdit: boolean,
0 commit comments