mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
fix(electron): cannot restart recording the same app again (#11498)
fix AF-2455
This commit is contained in:
@@ -141,7 +141,8 @@ export class RecordingStateMachine {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
appGroup &&
|
appGroup &&
|
||||||
currentStatus?.appGroup?.processGroupId === appGroup.processGroupId
|
currentStatus?.appGroup?.processGroupId === appGroup.processGroupId &&
|
||||||
|
currentStatus.status === 'new'
|
||||||
) {
|
) {
|
||||||
return {
|
return {
|
||||||
...currentStatus,
|
...currentStatus,
|
||||||
|
|||||||
Reference in New Issue
Block a user