Do not modify logo position property for existing surveys

This issue has been tracked since 2023-03-07.

Creator V2 set "logoPosition" property to the "right" by modifying the model.
We need to set it to the "right" for new surveys only. If JSON is not set or it set as empty value, for example:

//It will set the logo position to the right;
creator.JSON = undefined;
//The logo position will have the defautl value "left".
creator.JSON = { elements: [{ name: "q1", type: "text "}]};
//It will set the logo position to the right;
creator.text = "";
More Details About Repo
Owner Name surveyjs
Repo Name survey-creator
Full Name surveyjs/survey-creator
Language TypeScript
Created Date 2015-12-22
Updated Date 2023-03-30
Star Count 683
Watcher Count 29
Fork Count 308
Issue Count 301

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date