Skip to content

Commit 5e96e38

Browse files
committed
add todo comment
1 parent 3ecc502 commit 5e96e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/javascripts/viewer/model/sagas/saving/save_mutex_saga.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ function* tryAcquireMutexContinuously(mutexLogicState: MutexLogicState): Saga<vo
131131
}
132132
}
133133

134+
// todop: this should automatically react to store changes / actions. there could be a "SET_MUTEX_INFO" action
134135
function onMutexStateChanged(
135136
isInitialRequest: boolean,
136137
canEdit: boolean,

0 commit comments

Comments
 (0)