mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
5 lines
204 B
TypeScript
5 lines
204 B
TypeScript
import { installObsidianDomShims } from "../../../../support/dom";
|
|
|
|
(globalThis as typeof globalThis & { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true;
|
|
|
|
installObsidianDomShims();
|