Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Updates for new Mint version (0.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed May 21, 2023
1 parent 3639360 commit edbdfc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mint 0.17.0
mint 0.18.0
2 changes: 1 addition & 1 deletion mint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mint-codemirror",
"mint-version": "0.17.0 <= v < 1.0.0",
"mint-version": "0.18.0 <= v < 1.0.0",
"source-directories": [
"source"
],
Expand Down
4 changes: 2 additions & 2 deletions source/CodeMirror.mint
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ component CodeMirror {

/* Styles for the editor. */
style editor {
if (`this.editor`) {
if `this.editor` {
display: block;
} else {
display: none;
Expand All @@ -103,7 +103,7 @@ component CodeMirror {
<>
<textarea::editor as element/>

if (`this.editor`) {
if `this.editor` {
<></>
} else {
loadingContent
Expand Down

0 comments on commit edbdfc4

Please sign in to comment.