mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] runtime: rename handler.ts -> event_handling.ts
This commit is contained in:
committed by
Sam Degueldre
parent
22a79cdedd
commit
a7daef380a
@@ -11,7 +11,7 @@ import {
|
||||
toggler,
|
||||
comment,
|
||||
} from "./blockdom";
|
||||
import { mainEventHandler } from "./handler";
|
||||
import { mainEventHandler } from "./event_handling";
|
||||
export type { Reactive } from "./reactivity";
|
||||
|
||||
config.shouldNormalizeDom = false;
|
||||
|
||||
Reference in New Issue
Block a user