mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-14 08:56:16 +02:00
remove a debug statement
This commit is contained in:
parent
e097bde2f5
commit
72361b3506
@ -88,7 +88,6 @@ export default class UIStore extends EventEmitter {
|
||||
entries.forEach((entry) => {
|
||||
const trackedElementName = this.trackedUiElements.get(entry.target);
|
||||
if (trackedElementName) {
|
||||
console.log("resizeObserverCallback for tracked", trackedElementName);
|
||||
this.uiElementDimensions.set(trackedElementName, entry.contentRect);
|
||||
this.emit(trackedElementName, UI_EVENTS.Resize, entry);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user