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,
|
toggler,
|
||||||
comment,
|
comment,
|
||||||
} from "./blockdom";
|
} from "./blockdom";
|
||||||
import { mainEventHandler } from "./handler";
|
import { mainEventHandler } from "./event_handling";
|
||||||
export type { Reactive } from "./reactivity";
|
export type { Reactive } from "./reactivity";
|
||||||
|
|
||||||
config.shouldNormalizeDom = false;
|
config.shouldNormalizeDom = false;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { config, createBlock, createCatcher, mount } from "../../src/runtime/blockdom";
|
import { config, createBlock, createCatcher, mount } from "../../src/runtime/blockdom";
|
||||||
import { makeTestFixture } from "./helpers";
|
import { makeTestFixture } from "./helpers";
|
||||||
import { mainEventHandler } from "../../src/runtime/handler";
|
import { mainEventHandler } from "../../src/runtime/event_handling";
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Setup and helpers
|
// Setup and helpers
|
||||||
|
|||||||
Reference in New Issue
Block a user