Skip to content

Commit

Permalink
fixed vivide and example for file tree widget
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-src-client-vivide-components-vivide-step-editor.js,AUTO-COMMIT-src-client-vivide-scripts-applications-vivide-lively-file-tree.json,AUTO-COMMIT-src-components-halo-lively-halo-vivide-script-suggestion.html,
  • Loading branch information
onsetsu committed Sep 3, 2024
1 parent 5be8560 commit 69f5554
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/vivide/components/vivide-step-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class VivideStepEditor extends Morph {
* Generic path utilities
*/
ast() {

const src = this.editor.value;
return parseForAST(src).ast;
}

Expand Down

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/components/halo/lively-halo-vivide-script-suggestion.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
}

#rel-container {
display: none;
visibility: hidden;
box-sizing: border-box;
position: relative;
}
:host(:hover) #rel-container, :host(:focus-within) #rel-container {
display: block;
visibility: visible;
}
#container {
position: absolute;
top: 30px;
Expand Down

0 comments on commit 69f5554

Please sign in to comment.