Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Nov 28, 2024
1 parent c8a6b9f commit 54aeab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ export const TagDebugAdapterGraphicsInterface: MMLGraphicsInterface<TagDebugGrap
},
{},
),
MMLLinkGraphicsInterface: TagDebugAdapterElement(
{
setHref: "href",
setTarget: "target",
},
{},
),
MMLModelGraphicsInterface: TagDebugAdapterElement(
{
setSrc: "src",
Expand Down

0 comments on commit 54aeab1

Please sign in to comment.