fix(core): unregress handling of "once" event listeners

This commit is contained in:
shirakaba
2024-04-29 22:51:19 +09:00
parent 921bbcf147
commit cd52955178

View File

@@ -219,6 +219,7 @@ export class Observable {
list.push({
callback,
thisArg,
once,
});
}
}