fix throttling

This commit is contained in:
Андрей Бабушкин 2025-05-16 10:04:09 +02:00
parent f1d8aa7b9a
commit af6e15e034

View file

@ -274,7 +274,6 @@ export default abstract class Observer {
this.indexes.length = 1 this.indexes.length = 1
this.attributesMap.clear() this.attributesMap.clear()
this.textSet.clear() this.textSet.clear()
this.throttledSetNodeData.clear();
} }
/** /**