Skip to content

Commit

Permalink
Fix: .env code change is not reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Dec 9, 2023
1 parent 007eac7 commit 1ce74d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/docker.ts

This file was deleted.

11 changes: 11 additions & 0 deletions frontend/src/pages/Compose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,17 @@ export default {
},
deep: true,
},
"stack.composeENV": {
handler() {
if (this.editorFocus) {
console.debug("env code changed");
this.yamlCodeChange();
}
},
deep: true,
},
jsonConfig: {
handler() {
if (!this.editorFocus) {
Expand Down

0 comments on commit 1ce74d1

Please sign in to comment.