chore: fix bad merge in codeGenerator.ts (#5196)
This commit is contained in:
parent
2793d14409
commit
e915e51ea9
|
|
@ -94,7 +94,7 @@ export class CodeGenerator {
|
||||||
}
|
}
|
||||||
if (lastAction && action.name === 'navigate' && lastAction.name === 'navigate') {
|
if (lastAction && action.name === 'navigate' && lastAction.name === 'navigate') {
|
||||||
if (action.url === lastAction.url) {
|
if (action.url === lastAction.url) {
|
||||||
this._currentAction = undefined;
|
this._currentAction = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue