kopia lustrzana https://github.com/backface/turtlestitch
temporary fix for a new temporary Chrome v98 blank-tab bug
rodzic
b6004f9396
commit
4edab13232
|
@ -5,11 +5,13 @@
|
||||||
* **New Features:**
|
* **New Features:**
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
|
* temporary fix for a new temporary Chrome v98 blank-tab bug
|
||||||
* **Documentation Updates:**
|
* **Documentation Updates:**
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
|
|
||||||
### 2022-02-14
|
### 2022-02-14
|
||||||
* new dev version
|
* new dev version
|
||||||
|
* gui: temporary fix for a new temporary Chrome v98 blank-tab bug
|
||||||
|
|
||||||
## 7.1.4:
|
## 7.1.4:
|
||||||
* **Notable Changes:**
|
* **Notable Changes:**
|
||||||
|
|
|
@ -688,6 +688,9 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
|
|
||||||
world.keyboardFocus = this.stage;
|
world.keyboardFocus = this.stage;
|
||||||
this.warnAboutIE();
|
this.warnAboutIE();
|
||||||
|
|
||||||
|
// quick fix for Chrome 98 on Windows, remove in next Chrome version +++
|
||||||
|
window.onfocus = (evt) => this.changed();
|
||||||
};
|
};
|
||||||
|
|
||||||
// IDE_Morph construction
|
// IDE_Morph construction
|
||||||
|
|
Ładowanie…
Reference in New Issue