|
|
@@ -111,7 +111,7 @@ export class EventHandlerUtil {
|
|
|
const handler = EventHandlerUtil.store[name][handlerId]
|
|
|
if (handler.name === name) {
|
|
|
if (handler.one) {
|
|
|
- if (handler.fired) {
|
|
|
+ if (!handler.fired) {
|
|
|
EventHandlerUtil.store[name][handlerId].fired = true
|
|
|
eventValue = handler.callback.call(this, target)
|
|
|
}
|