Remove debug statements
This commit is contained in:
parent
8d326a668b
commit
bf5d17aa7a
@ -26,11 +26,9 @@ class IFrameWidget extends WidgetType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get estimatedHeight(): number {
|
get estimatedHeight(): number {
|
||||||
const height = this.editor.space.getCachedWidgetHeight(
|
return this.editor.space.getCachedWidgetHeight(
|
||||||
this.widgetHeightCacheKey,
|
this.widgetHeightCacheKey,
|
||||||
);
|
);
|
||||||
console.log("GOt height", height);
|
|
||||||
return height;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
eq(other: WidgetType): boolean {
|
eq(other: WidgetType): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user