feat: add navigation true if url different

This commit is contained in:
Rohit
2025-02-03 22:48:13 +05:30
parent a07413df93
commit 02268bc694

View File

@@ -724,6 +724,8 @@ export default class Interpreter extends EventEmitter {
} catch (dispatchError) {
debugLog(`DispatchEvent failed on attempt ${retryCount + 1}.`);
}
} else {
navigationSuccess = true;
}
}