Skip to content

Commit

Permalink
Make sure loading animation is hidden after graph configs modal is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Aug 22, 2024
1 parent 0e92912 commit 4bffef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class Modals {
eagle.checkGraph();
});

$('#parameterTableModal').on('shown.bs.modal', function(){
$('.eagleTableModal').on('shown.bs.modal', function(){
eagle.hideEagleIsLoading()
Eagle.tableSearchString('')
$('#parameterTableModal .componentSearchBar').val('').trigger("focus").trigger("select")
Expand Down

0 comments on commit 4bffef5

Please sign in to comment.