From 7beea56d6e6b77a9cf89f0144e0d493cc4f621dc Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 17:53:42 +0200 Subject: [PATCH] modified code --- onzer.riot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onzer.riot b/onzer.riot index a1cdf60..358a9ba 100644 --- a/onzer.riot +++ b/onzer.riot @@ -63,9 +63,9 @@ this.song_style = "isActivate"; this.state.search = "songs"; } - if(old_search != this.state.search){ + /*if(old_search != this.state.search){ this.list(); - } + }*/ this.update(); }, async list(){