Skip to content

Commit

Permalink
size_undebounced -> size_debounced
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Jun 8, 2024
1 parent e5343b5 commit b18981c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plot/matrix/matrix.view.tree
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$mpds_visavis_plot_matrix $mol_view
plot_raw $mpds_visavis_plot_raw
auto /
<= size_undebounced 0
<= size_debounced 0
<= auto_reorder null
multi_jsons? null
json_master null
Expand Down
2 changes: 1 addition & 1 deletion plot/matrix/matrix.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ namespace $.$$ {
}

@ $mol_mem
size_undebounced() {
size_debounced() {
const rect = this.Plot().view_rect()
this.$.$mol_wait_timeout( 300 )
if (!rect) return NaN
Expand Down

0 comments on commit b18981c

Please sign in to comment.