Skip to content

Commit

Permalink
Merge pull request #405 from XiaoXiaoJiangYun/patch-1
Browse files Browse the repository at this point in the history
Update index.js to fix dialog_box
  • Loading branch information
AbdullahAlfaraj committed Nov 29, 2023
2 parents 55e0e0b + d4a5149 commit e3c00d6
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 e3c00d6

Please sign in to comment.