Skip to content

Commit

Permalink
Dev: Rebuild question editor
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 14, 2020
1 parent 62b29ac commit debeb77
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/packages/questioneditor/build.min/css/main.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions assets/packages/questioneditor/build.min/js/questionedit.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/packages/questioneditor/build/js/questionedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
/******/
/******/ var hotApplyOnUpdate = true;
/******/ // eslint-disable-next-line no-unused-vars
/******/ var hotCurrentHash = "fa56042e38b76f692842";
/******/ var hotCurrentHash = "6990e473aae3cc81d56b";
/******/ var hotRequestTimeout = 10000;
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentChildModule;
Expand Down Expand Up @@ -148768,6 +148768,7 @@ __webpack_require__.r(__webpack_exports__);

_this2.$nextTick().then(function () {
LS.EventBus.$emit('setQuestionType', result.data.newQuestionDetails.question.type);
LS.EventBus.$emit('reloadTopBar', {});
});
}, function (rejected) {
$('#in_survey_common').trigger('lsStopLoading');
Expand Down

Large diffs are not rendered by default.

0 comments on commit debeb77

Please sign in to comment.