feat: add navigation true if url different
This commit is contained in:
@@ -724,6 +724,8 @@ export default class Interpreter extends EventEmitter {
|
|||||||
} catch (dispatchError) {
|
} catch (dispatchError) {
|
||||||
debugLog(`DispatchEvent failed on attempt ${retryCount + 1}.`);
|
debugLog(`DispatchEvent failed on attempt ${retryCount + 1}.`);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
navigationSuccess = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user