fix: comment icon interface re serialization (#7964)

* fix: comment icon interface re serialization

* chore: fix test
This commit is contained in:
Beka Westberg
2024-04-01 21:34:48 +00:00
committed by GitHub
parent 63eb4ecb2a
commit 2fa6f5b954
3 changed files with 23 additions and 2 deletions

View File

@@ -1392,6 +1392,12 @@ suite('Blocks', function () {
}
setBubbleVisible() {}
saveState() {
return {};
}
loadState() {}
}
setup(function () {