survey-creator-js 2.3.6 → 2.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator UI v2.3.6
2
+ * SurveyJS Creator UI v2.3.8
3
3
  * (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -618,7 +618,7 @@ class QuestionImageAdornerComponent extends QuestionAdornerComponent {
618
618
  return [this.model, this.imageModel.filePresentationModel];
619
619
  }
620
620
  renderElementContent() {
621
- if (this.imageModel.isEmptyImageLink) {
621
+ if (this.imageModel.isEmptyElement) {
622
622
  const fileQuestion = ReactQuestionFactory.Instance.createQuestion("file", {
623
623
  creator: this.imageModel.question.survey,
624
624
  isDisplayMode: false,
@@ -2879,8 +2879,8 @@ ReactQuestionFactory.Instance.registerQuestion("sv-boolean-switch", (props) => {
2879
2879
  RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
2880
2880
 
2881
2881
  let Version;
2882
- Version = `${"2.3.6"}`;
2883
- checkLibraryVersion(`${"2.3.6"}`, "survey-creator-react");
2882
+ Version = `${"2.3.8"}`;
2883
+ checkLibraryVersion(`${"2.3.8"}`, "survey-creator-react");
2884
2884
 
2885
2885
  function renderSurveyCreator(creator, element, props = {}) {
2886
2886
  let node = element;