Hot fix for #69

pull/70/head
toshiaki1729 2023-04-01 22:41:54 +09:00
parent 6ff37996cb
commit 2781e4b6b8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class FilterBySelectionUI(UIBase):
self.btn_hidden_set_selection_index.click(
fn=selection_index_changed,
_js="(x) => [dataset_tag_editor_gl_filter_images_selected_index()]",
_js="(x) => dataset_tag_editor_gl_filter_images_selected_index()",
inputs=[self.nb_hidden_selection_image_index],
outputs=[self.txt_selection, self.nb_hidden_selection_image_index]
)