Correctly apply theme if an image is deleted
This commit is contained in:
parent
3e2c6a0f23
commit
492d9cc821
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default class DeleteImage extends Toggle {
|
||||||
await state?.changes?.applyAction(
|
await state?.changes?.applyAction(
|
||||||
new ChangeTagAction(tags.data.id, new Tag(key, ""), tags.data, {
|
new ChangeTagAction(tags.data.id, new Tag(key, ""), tags.data, {
|
||||||
changeType: "answer",
|
changeType: "answer",
|
||||||
theme: "test"
|
theme: state.layoutToUse.id
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue