text имеет картинку, смена типа вопроса удаляет картинки
This commit is contained in:
parent
6df10d1f03
commit
09058ae499
@ -39,7 +39,7 @@ interface Props {
|
||||
questionHasParent: boolean;
|
||||
};
|
||||
|
||||
const IgnoreImage = ["images", "emoji", "number", "date", "select", "text", "file", "rating"]
|
||||
const IgnoreImage = ["images", "emoji", "number", "date", "select", "file", "rating"]
|
||||
|
||||
const ButtonsOptions = memo<Props>(function ({
|
||||
setSwitchState,
|
||||
|
@ -453,6 +453,7 @@ export const changeQuestionType = (questionId: string, type: QuestionType) => {
|
||||
question.content = JSON.parse(JSON.stringify(defaultQuestionByType[type].content));
|
||||
question.content.id = oldId;
|
||||
question.content.rule = oldRule;
|
||||
if ("editedUrlImagesList" in question.content) question.content.editedUrlImagesList = null;
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user