mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(core): unregress handling of "once" event listeners
This commit is contained in:
@@ -219,6 +219,7 @@ export class Observable {
|
||||
list.push({
|
||||
callback,
|
||||
thisArg,
|
||||
once,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user