temporary fix for a new temporary Chrome v98 blank-tab bug

snap8
Jens Mönig 2022-02-14 15:24:54 +01:00
rodzic b6004f9396
commit 4edab13232
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -5,11 +5,13 @@
* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
* temporary fix for a new temporary Chrome v98 blank-tab bug
* **Documentation Updates:**
* **Translation Updates:**
### 2022-02-14
* new dev version
* gui: temporary fix for a new temporary Chrome v98 blank-tab bug
## 7.1.4:
* **Notable Changes:**

Wyświetl plik

@ -688,6 +688,9 @@ IDE_Morph.prototype.openIn = function (world) {
world.keyboardFocus = this.stage;
this.warnAboutIE();
// quick fix for Chrome 98 on Windows, remove in next Chrome version +++
window.onfocus = (evt) => this.changed();
};
// IDE_Morph construction