From bcea5de97c1100023e72e366f8a99dbe75b5b56d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 31 Aug 2021 13:51:51 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/chrome.js b/lib/chrome.js index cb92ac1..09edf3f 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -397,6 +397,8 @@ var ChromeObject = function() { // change webpage title for focusing window this.setTitle(title); + } else { + title = _title; /// when it is already catch } // find window by title