Skip to content

Commit 524717b

Browse files
authored
fix(onchange): trigger onChange on ampty value (#54)
1 parent 7364794 commit 524717b

9 files changed

Lines changed: 235 additions & 235 deletions

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
{
22
"env": {
33
"browser": true,
44
"commonjs": true,
@@ -206,4 +206,4 @@ module.exports = {
206206
"yield-star-spacing": "error",
207207
"yoda": ["error", "never"]
208208
}
209-
};
209+
}

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
135135

136136

137137

138-
<script src="static/iframe.b835306ae09cf1f6e8c2.bundle.js" defer></script>
138+
<script src="static/iframe.dfb86aafff9a857a2804.bundle.js" defer></script>
139139

140140

141141

docs/static/iframe.b835306ae09cf1f6e8c2.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)