Skip to content

Commit

Permalink
Fix a few files that are not part of the regular dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrem committed Apr 18, 2024
1 parent 41bc488 commit ca856dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/viewer/src/viewer/renderOnlyViewer.ts
Expand Up @@ -5,7 +5,7 @@ import { Logger } from "core/Misc/logger";

export class RenderOnlyViewer extends AbstractViewer {
constructor(
public containerElement: Element,
public override containerElement: Element,
initialConfiguration: ViewerConfiguration = {}
) {
super(containerElement, initialConfiguration);
Expand Down

0 comments on commit ca856dd

Please sign in to comment.