updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-09-05 11:23:41 +03:00
parent 89a0520f7d
commit b945cd2fdf
32 changed files with 43 additions and 39 deletions
+4
View File
@@ -1346,6 +1346,10 @@ export default class CommonHelper {
}
function cleanupPastedNode(node) {
if (!node) {
return; // nothing to cleanup
}
for (const child of node.children) {
cleanupPastedNode(child);
}