Skip to content

Commit f222b40

Browse files
committed
fix
1 parent 40ccecb commit f222b40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.34.0";
2+
const version = "2.34.1";
33

44
const precacheResources = [
55
"/",

src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ window.addEventListener("click", (evt) => {
226226
iframe.blur();
227227
});
228228

229+
window.addEventListener("blur", (evt) => {
230+
iframe.blur();
231+
});
232+
229233
function compressString(str) {
230234
return btoa(String.fromCharCode.apply(null, Array.from(pako.deflate(str))));
231235
}

0 commit comments

Comments
 (0)