Skip to content

Commit

Permalink
Merge pull request #1898 from gchallen/patch-1
Browse files Browse the repository at this point in the history
Update types.ts to match ace-builds
  • Loading branch information
securingsincity authored Jun 25, 2024
2 parents 2229c2b + 723b94b commit f7e1a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export interface IAnnotation {

interface IRenderer extends Ace.VirtualRenderer {
placeholderNode?: HTMLDivElement;
scroller: HTMLDivElement;
scroller: HTMLElement;
}

export type IAceEditor = Ace.Editor & {
Expand Down

0 comments on commit f7e1a34

Please # to comment.