فهرست منبع

open tab in the correct window (see #703)

Gildas 4 سال پیش
والد
کامیت
fb9d00440e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      extension/core/bg/autosave.js

+ 1 - 1
extension/core/bg/autosave.js

@@ -192,7 +192,7 @@ async function saveContent(message, tab) {
 					pageData.url = URL.createObjectURL(blob);
 					await downloads.downloadPage(pageData, options);
 					if (options.openSavedPage) {
-						const createTabProperties = { active: true, url: URL.createObjectURL(blob) };
+						const createTabProperties = { active: true, url: URL.createObjectURL(blob), windowId: tab.windowId };
 						const index = tab.index;
 						try {
 							await tabs.get({ id: tabId });