Use different storages for each map
My use case is that I would like to persist one map into local storage and another into the sync storage.
Is there any way to do this beside forking the module and moving the `storageEngine` variable from the module context to each maps' context?
1 条评论