Skip to content

Commit

Permalink
fix: adds missing 'on' method for 'guttermousedown'
Browse files Browse the repository at this point in the history
  • Loading branch information
YasinKavuk committed Apr 8, 2023
1 parent ed729aa commit 7212042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ace.d.ts
Expand Up @@ -792,6 +792,7 @@ export namespace Ace {
on(name: 'mouseup', callback: (e: any) => void): void;
on(name: 'mousewheel', callback: (e: any) => void): void;
on(name: 'click', callback: (e: any) => void): void;
on(name: 'guttermousedown', callback: (e: any) => void): void;

onPaste(text: string, event: any): void;

Expand Down

0 comments on commit 7212042

Please sign in to comment.