This commit is contained in:
hrsh7th
2021-10-17 00:17:24 +09:00
parent 0f28030aef
commit 4ecf2a2426

View File

@@ -66,7 +66,7 @@ native_entries_view.open = function(self, offset, entries)
self.items = items self.items = items
self.entries = dedup_entries self.entries = dedup_entries
self.preselect_index = preselect_index self.preselect_index = preselect_index
self:redraw() self:on_change()
end end
native_entries_view.close = function(self) native_entries_view.close = function(self)