Skip to content

Commit

Permalink
fix: typescript check
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Sep 11, 2024
1 parent 1164fba commit ffbe608
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export function toEdgelessEmbedBlock<

_showOverlay = false;

[blockComponentSymbol] = true;
override [blockComponentSymbol] = true;

protected override embedContainerStyle: StyleInfo = {
position: 'relative',
Expand All @@ -237,7 +237,7 @@ export function toEdgelessEmbedBlock<
transformOrigin: '0 0',
};

[GfxElementSymbol] = true;
override [GfxElementSymbol] = true;

get bound(): Bound {
return Bound.deserialize(this.model.xywh);
Expand Down

0 comments on commit ffbe608

Please sign in to comment.