You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from #411, the memory usage of TextExt and GenericStyledArea can be optimized by caching getCssMetaData(). There may be a few other classes that could do this, too.
Coming from #411, the memory usage of
TextExtandGenericStyledAreacan be optimized by cachinggetCssMetaData(). There may be a few other classes that could do this, too.