From 6ce4abc70a579019188f20e928b917adc9b9eaf5 Mon Sep 17 00:00:00 2001 From: nin-jin Date: Sun, 8 Oct 2023 00:40:58 +0300 Subject: [PATCH] Update app.view.ts --- app/app.view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.view.ts b/app/app.view.ts index d4cc3f9..ec2a39f 100644 --- a/app/app.view.ts +++ b/app/app.view.ts @@ -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 ) ?? [] }