Skip to content

Commit

Permalink
Entry Js PUBLISH by v3.20230922.939
Browse files Browse the repository at this point in the history
  • Loading branch information
entrydev committed Sep 22, 2023
1 parent cbb0d3d commit 3a7e3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -645658,7 +645658,7 @@ Entry.init = function (container, options) {

Entry.initFonts(options.fonts);
setDefaultTheme(options);
Entry.paintMode = options.paintMode || 'literallycanvas';
Entry.paintMode = options.paintMode || 'entry-paint';
container && this.createDom(container, this.type);
this.loadInterfaceState();
this.overridePrototype();
Expand Down
2 changes: 1 addition & 1 deletion dist/entry.min.js

Large diffs are not rendered by default.

0 comments on commit 3a7e3c5

Please sign in to comment.