mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -07:00
website: fixes
This commit is contained in:
@@ -8027,16 +8027,18 @@ lazySignals.then((importedSignals) => {
|
||||
|
||||
dom.onFirstIntersection(selectedFrameElement, () =>
|
||||
utils.runWhenIdle(() =>
|
||||
import("./packages/lightweight-charts/v4.2.0/script.js").then(
|
||||
({
|
||||
createChart: createClassicChart,
|
||||
createChartEx: createCustomChart,
|
||||
}) => {
|
||||
initSelectedFrame({
|
||||
createClassicChart,
|
||||
createCustomChart,
|
||||
});
|
||||
}
|
||||
window.document.fonts.ready.then(() =>
|
||||
import("./packages/lightweight-charts/v4.2.0/script.js").then(
|
||||
({
|
||||
createChart: createClassicChart,
|
||||
createChartEx: createCustomChart,
|
||||
}) => {
|
||||
initSelectedFrame({
|
||||
createClassicChart,
|
||||
createCustomChart,
|
||||
});
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user