Skip to content

Commit 5324fad

Browse files
committed
fixed editor not updating when action triggered
1 parent 911874e commit 5324fad

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"codejar": "^3.6.0",
3535
"highlight.js": "^11.6.0",
3636
"ngx-bootstrap": "^8.0.0",
37-
"ngx-codejar": "^5.1.0",
37+
"ngx-codejar": "^5.1.2",
3838
"rxjs": "~6.6.3",
3939
"tslib": "^2.0.0",
4040
"zone.js": "~0.11.4"

src/app/app.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@
2626
</div>
2727
</div>
2828

29-
<div class="alert alert-danger">
30-
Unfortunately the generator is currently not working. I'm working on a solution. Please come back later.
31-
</div>
3229
<router-outlet></router-outlet>
3330
</main>

0 commit comments

Comments
 (0)