Skip to content

Commit

Permalink
Merge pull request #5066 from ajaxorg/fix-types
Browse files Browse the repository at this point in the history
restore Folding interface in typings
  • Loading branch information
oykuyilmaz authored Feb 23, 2023
2 parents 16a13ce + cc98bdc commit 338dacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export namespace Ace {
column: number
}

export interface EditSession extends EventEmitter, OptionsProvider {
export interface EditSession extends EventEmitter, OptionsProvider, Folding {
selection: Selection;

// TODO: define BackgroundTokenizer
Expand Down

0 comments on commit 338dacf

Please sign in to comment.