Match-id-d53acc1317e8127872f29d9c62bc92f5407f609c

This commit is contained in:
* 2022-07-11 11:26:59 +08:00 committed by *
parent ef35ddc509
commit 5df4b3fb62
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { allDelegatedNativeEvents } from '../../../libs/horizon/src/event/EventCollection';
import { allDelegatedNativeEvents } from '@cloudsop/horizon/src/event/EventHub';
//import * as LogUtils from './logUtils';
export const stopBubbleOrCapture = (e, value) => {
@ -107,4 +107,4 @@ export function getLogUtils() {
logger = new LogUtils();
}
return logger;
}
}