We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d4db1 commit 7dd54bcCopy full SHA for 7dd54bc
public/preview.html
@@ -3,7 +3,10 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="robots" content="noindex" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta
7
+ name="viewport"
8
+ content="width=device-width, initial-scale=1.0, user-scalable=no"
9
+ />
10
<title>Litecanvas Preview</title>
11
<style>
12
html,
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.63.0";
+const version = "2.63.1";
const precacheResources = [
"/",
0 commit comments