Skip to content

Commit 5ea5238

Browse files
committed
assets
1 parent 30bdaab commit 5ea5238

File tree

10 files changed

+41
-41
lines changed

10 files changed

+41
-41
lines changed

src/web/assets/field/dist/assets/vizy.d3ee6e47.css renamed to src/web/assets/field/dist/assets/vizy.0fa25252.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
8.31 KB
Binary file not shown.

src/web/assets/field/dist/assets/vizy.f74fda99.js renamed to src/web/assets/field/dist/assets/vizy.c636eb42.js

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
368 KB
Binary file not shown.

src/web/assets/field/dist/assets/vizy.f74fda99.js.map renamed to src/web/assets/field/dist/assets/vizy.c636eb42.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.43 MB
Binary file not shown.
-368 KB
Binary file not shown.
-1.43 MB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"field/src/js/vizy.js": {
3-
"file": "assets/vizy.f74fda99.js",
3+
"file": "assets/vizy.c636eb42.js",
44
"src": "field/src/js/vizy.js",
55
"isEntry": true,
66
"css": [
7-
"assets/vizy.d3ee6e47.css"
7+
"assets/vizy.0fa25252.css"
88
]
99
}
1010
}

src/web/assets/field/src/js/components/input/VizyBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export default {
449449
} else if (isEmpty(foundContent)) {
450450
// Because we recurively iterate down many children to find the _first_
451451
// instance where our block data exists, we want to check if it's already set.
452-
// It's more critical for nested Vizy fields which have the serialized content
452+
// It's more critical for nested Vizy fields which have the serialized content
453453
// and the POST content from fields (which we don't want). Otherwise, we just
454454
// end up overwriting the data we want!
455455
foundContent = this.findContentBlocksForBlock(blockFields);

0 commit comments

Comments
 (0)