Skip to content

Commit 093c504

Browse files
committed
Merge branch 'main' of github.com:zesty-io/live-editor into main
2 parents 556f984 + 753c144 commit 093c504

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,3 @@ git checkout main && npm run release
166166
- Open /test/index.html in your browser
167167
- Remove index.html from the browser file path
168168
- use this override domain `https://qzp3zx5t-dev.webEngine.zesty.io/`
169-
170-
Updated on
171-
Thu Jul 7 11:49:22 UTC 2022

dist/live-editor.production.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (process.env.NODE_ENV === "production") {
1010
console.debug = () => {}
1111
}
1212

13-
console.log(" ********** Zesty live editor loaded ************ ")
13+
console.log(" ********** Zesty live editor loaded v2 ************ ")
1414

1515
export const ZestyLiveEditor = (content?: any) => {
1616
if (!helper.canUseDOM()) {

0 commit comments

Comments
 (0)