Skip to content

Commit

Permalink
Update app.view.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin authored Oct 7, 2023
1 parent d1333de commit 6ce4abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace $.$$ {
this.history_plot_ids( this.history_plot_ids().filter( plot_id => plot_id !== id ) )
}

@ $mol_mem_key
@ $mol_mem
history_plot_ids(next?: string[]) {
return this.$.$mol_state_local.value( `${this}.history_plot_ids()` , next ) ?? []
}
Expand Down

0 comments on commit 6ce4abc

Please sign in to comment.