Skip to content

Commit f486db2

Browse files
author
minjk-bl
committed
popupPage run operation bug fix
1 parent 85d5b46 commit f486db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/vpPopupPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ define([
228228

229229
// click run
230230
$(document).on('click', this.wrapSelector('.' + VP_PP_BUTTON_RUN), function() {
231-
that.apply();
231+
that.apply(true, true);
232232
that.close();
233233
});
234234

0 commit comments

Comments
 (0)