Skip to content

Commit

Permalink
fix(ref: no-ref): release
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 30, 2024
1 parent 0ceeeeb commit 3c86333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const commonjsGlobal =

(function () {
if (!commonjsGlobal.KeyboardEvent) {
// eslint-disable-next-line @typescript-eslint/no-empty-function
commonjsGlobal.KeyboardEvent = function (_eventType: any, _init: any) {};
}
})();
Expand Down

0 comments on commit 3c86333

Please sign in to comment.