From d4a51493f64b8b5150e7f09318e951d0efd0c207 Mon Sep 17 00:00:00 2001 From: XiaoXiaoJiangYun <33343036+XiaoXiaoJiangYun@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:29:49 +0800 Subject: [PATCH] Update index.js to fix dialog_box There is something wrong with bundle to use dialog_box --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b5beface..e40e3de8 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ const app = window.require('photoshop').app const constants = require('photoshop').constants const { batchPlay } = require('photoshop').action const { executeAsModal } = require('photoshop').core -// const dialog_box = require('./dialog_box') +const dialog_box = require('./dialog_box') // const {entrypoints} = require('uxp') const { sd_tab_store } = require('./typescripts/dist/bundle') const html_manip = require('./utility/html_manip') @@ -84,7 +84,7 @@ const { ui_ts, preset, preset_util, - dialog_box, + // dialog_box, sd_tab_util, node_fs, io_ts,