chore!: Fix warnings when generating docs. (#8660)

This commit is contained in:
Aaron Dodson
2025-01-06 10:53:45 -08:00
committed by GitHub
parent 54ebfb7a0e
commit eeef2edf34
11 changed files with 14 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ export class Renderer implements IRegistrable {
/**
* Create any DOM elements that this renderer needs.
* If you need to create additional DOM elements, override the
* {@link ConstantProvider#createDom} method instead.
* {@link blockRendering#ConstantProvider.createDom} method instead.
*
* @param svg The root of the workspace's SVG.
* @param theme The workspace theme object.