Skip to content

Commit

Permalink
fix: prevent re-evaluate of :load events
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Feb 14, 2024
1 parent 789f5c1 commit d4ee575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/entity/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class Events {
':change',
':clickout',
':press',
':load',
...Events.CUSTOM_KEY_EVENTS,
]

Expand Down

0 comments on commit d4ee575

Please sign in to comment.