3.5.1
This commit is contained in:
3
src-tauri/src/inject/event.js
vendored
3
src-tauri/src/inject/event.js
vendored
@@ -422,6 +422,9 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
if (target === "_new") {
|
||||
if (forceInternalNavigation) {
|
||||
e.preventDefault();
|
||||
e.stopImmediatePropagation();
|
||||
window.location.href = absoluteUrl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user