Skip to content

Commit

Permalink
make use of action_spinner
Browse files Browse the repository at this point in the history
* doesn't require upstream PR, but won't have any affect without it
  • Loading branch information
kecnry committed Nov 9, 2023
1 parent 2278c63 commit 547ed27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lcviz/plugins/binning/binning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
action_label="Bin"
action_tooltip="Bin data"
:action_disabled="!bin_enabled"
:action_spinner="spinner"
@click:action="apply"
></plugin-add-results>

Expand Down
3 changes: 2 additions & 1 deletion lcviz/plugins/flatten/flatten.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
:add_to_viewer_selected.sync="add_to_viewer_selected"
action_label="Flatten"
action_tooltip="Flatten data"
:action_disabled="flatten_err.length > 0 || spinner"
:action_disabled="flatten_err.length > 0"
:action_spinner="spinner"
@click:action="apply"
></plugin-add-results>

Expand Down

0 comments on commit 547ed27

Please sign in to comment.