Skip to content

Commit

Permalink
chore: small tweaks LineWidget type (#5683)
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Koreman <[email protected]>
  • Loading branch information
akoreman and Alice Koreman authored Nov 21, 2024
1 parent 442680c commit b3625f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,16 +1112,16 @@ export namespace Ace {
el: HTMLElement;
row: number;
rowCount?: number;
hidden: boolean;
editor: Editor,
session: EditSession,
hidden?: boolean;
editor?: Editor;
session?: EditSession;
column?: number;
className?: string,
coverGutter?: boolean,
pixelHeight?: number,
fixedWidth?: boolean,
fullWidth?: boolean,
screenWidth?: number,
className?: string;
coverGutter?: boolean;
pixelHeight?: number;
fixedWidth?: boolean;
fullWidth?: boolean;
screenWidth?: number;
}

export class WidgetManager {
Expand Down

0 comments on commit b3625f3

Please sign in to comment.