donteatfriedrice
2025-03-26 08:38:05 +00:00
parent f5cc4b41cd
commit 39fa8e87cf
24 changed files with 741 additions and 640 deletions

View File

@@ -14,7 +14,10 @@ export class EmbedEdgelessIframeBlockComponent extends toGfxBlockComponent(
override blockDraggable = false;
override accessor blockContainerStyles = { margin: '0' };
override accessor blockContainerStyles = {
margin: '0',
backgroundColor: 'transparent',
};
get edgelessSlots() {
return this.std.get(EdgelessLegacySlotIdentifier);