From c38d0ed78079fb1f3a356710c274a2cc70eff712 Mon Sep 17 00:00:00 2001 From: kujirahand Date: Thu, 2 May 2024 07:49:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=83=A9=E3=83=95=E6=8F=8F=E7=94=BB?= =?UTF-8?q?=E3=81=8C=E5=8B=95=E3=81=8B=E3=81=AA=E3=81=84=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20#1651?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core | 2 +- src/plugin_browser_chart.mts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index 9e757cdf..7750d3c0 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 9e757cdfafc2300cb2cc79088ecd0aa821c259a5 +Subproject commit 7750d3c073cab1119dc7cebcab6c422fb88182cc diff --git a/src/plugin_browser_chart.mts b/src/plugin_browser_chart.mts index dfc30b70..ef61a63d 100644 --- a/src/plugin_browser_chart.mts +++ b/src/plugin_browser_chart.mts @@ -6,7 +6,7 @@ export default { asyncFn: true, fn: async function (data: any, sys: any) { // Chart.jsが使えるかチェック - const win: any = sys.__v0.WINDOW + const win: any = sys.__getSysVar('WINDOW') if (typeof win === 'undefined') { throw new Error('『グラフ描画』のエラー。ブラウザで実行してください。') }