Skip to content

Commit

Permalink
Update index.js to fix dialog_box
Browse files Browse the repository at this point in the history
There is something wrong with bundle to use dialog_box
  • Loading branch information
XiaoXiaoJiangYun authored Nov 10, 2023
1 parent 75814b0 commit d4a5149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -84,7 +84,7 @@ const {
ui_ts,
preset,
preset_util,
dialog_box,
// dialog_box,
sd_tab_util,
node_fs,
io_ts,
Expand Down

0 comments on commit d4a5149

Please sign in to comment.