improve ui
add track properties editor
This commit is contained in:
@@ -16,7 +16,7 @@ export function handleEntityCache<
|
||||
const cached = cache.get();
|
||||
|
||||
if (!entity.cache.valid) {
|
||||
console.log("Invalid cache");
|
||||
// console.log("Invalid cache");
|
||||
if (cached) {
|
||||
cache.cleanup(cached);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user