Skip to content

Commit

Permalink
disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrr committed Nov 24, 2023
1 parent 98bb0c5 commit 1b79b6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions html/ui/templates/params_op.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
{{/if}}


<!-- {{#if op.enabled }}
{{else}}
<div class="warning-error warning-error-level0" id="" >
Op is disabled
</div>
{{/if}} -->

</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/ui/glpatch/glpatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export default class GlPatch extends CABLES.EventTarget
{
ops[i].setEnabled(!willDisable);
}
gui.opParams.refresh();
}

addLink(l)
Expand Down

0 comments on commit 1b79b6c

Please sign in to comment.