Skip to content

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 25, 2022
1 parent 30bdaab commit 5ea5238
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/web/assets/field/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"field/src/js/vizy.js": {
"file": "assets/vizy.f74fda99.js",
"file": "assets/vizy.c636eb42.js",
"src": "field/src/js/vizy.js",
"isEntry": true,
"css": [
"assets/vizy.d3ee6e47.css"
"assets/vizy.0fa25252.css"
]
}
}
2 changes: 1 addition & 1 deletion src/web/assets/field/src/js/components/input/VizyBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export default {
} else if (isEmpty(foundContent)) {
// Because we recurively iterate down many children to find the _first_
// instance where our block data exists, we want to check if it's already set.
// It's more critical for nested Vizy fields which have the serialized content
// It's more critical for nested Vizy fields which have the serialized content
// and the POST content from fields (which we don't want). Otherwise, we just
// end up overwriting the data we want!
foundContent = this.findContentBlocksForBlock(blockFields);
Expand Down

0 comments on commit 5ea5238

Please sign in to comment.