fix: reinit map store on empty model (#359)

This commit is contained in:
aclist 2026-06-23 19:12:06 +09:00
parent 9e7102aaba
commit 3be7bc0e02

View File

@ -80,6 +80,7 @@ class FilterManager:
if maps is None:
return
if len(maps) < 1:
self.reinit_map_store()
return
self.reinit_map_store()