Skip to content

Commit 03a8a49

Browse files
committed
follow up
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 89482b6 commit 03a8a49

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/reducers/src/ui-state-updaters.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ export const DEFAULT_EXPORT_IMAGE: ExportImage = {
159159
processing: false,
160160
error: false,
161161
// whether to apply fix for uglify error in dom-to-image (from application config, auto-detects build tool)
162-
get escapeXhtmlForWebpack() {
163-
return getApplicationConfig().escapeXhtmlForWebpack;
164-
}
162+
escapeXhtmlForWebpack: getApplicationConfig().escapeXhtmlForWebpack
165163
};
166164

167165
export const DEFAULT_LOAD_FILES = {

0 commit comments

Comments
 (0)