1.0.0-rc3 rc3
This commit is contained in:
@@ -449,6 +449,11 @@ function App() {
|
||||
)
|
||||
)
|
||||
);
|
||||
const isUnknownRunningProgress = Boolean(
|
||||
normalizedProgressJobId
|
||||
&& incomingIsRunning
|
||||
&& !hasKnownBinding
|
||||
);
|
||||
const allowRunningTransitionFromTerminal = Boolean(
|
||||
normalizedProgressJobId
|
||||
&& incomingIsRunning
|
||||
@@ -465,7 +470,7 @@ function App() {
|
||||
&& (
|
||||
prevJobProgressIsTerminal
|
||||
|| matchingCdDriveIsTerminal
|
||||
|| !hasKnownBinding
|
||||
|| isUnknownRunningProgress
|
||||
|| regressesStableJobState
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user