Skip to content

Commit

Permalink
fix: compile initial state on page load
Browse files Browse the repository at this point in the history
Fixes issue #45.
  • Loading branch information
hishamhm committed Nov 6, 2023
1 parent 9762197 commit 161e22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TealPlayground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const TealPlayground = Vue.extend({
if (isInput) {
this.editorInput = editor
compilerWorker.postMessage(['compile', this.input])
} else {
this.editorOutput = editor
}
Expand Down

0 comments on commit 161e22d

Please sign in to comment.