mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
bump to 3.6.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* global htmlCodeEl, cssCodeEl, jsCodeEl, runBtn
|
||||
*/
|
||||
*/
|
||||
|
||||
import { h, Component } from 'preact';
|
||||
|
||||
@@ -55,7 +55,7 @@ const LocalStorageKeys = {
|
||||
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
|
||||
};
|
||||
const UNSAVED_WARNING_COUNT = 15;
|
||||
const version = '3.5.1';
|
||||
const version = '3.6.0';
|
||||
|
||||
export default class App extends Component {
|
||||
constructor() {
|
||||
@@ -1243,7 +1243,7 @@ export default class App extends Component {
|
||||
<input
|
||||
type="hidden"
|
||||
name="data"
|
||||
value="{"title": "New Pen!", "html": "<div>Hello, World!</div>"}"
|
||||
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
|
||||
/>
|
||||
</form>
|
||||
|
||||
@@ -1364,7 +1364,7 @@ export default class App extends Component {
|
||||
<input
|
||||
type="hidden"
|
||||
name="data"
|
||||
value="{"title": "New Pen!", "html": "<div>Hello, World!</div>"}"
|
||||
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user