Setting DD.node to null instead of deleting

In the footsteps of my previous commit. This one replaces the deletion
of DD.node with setting it to null.
This commit is contained in:
VladimirTechMan
2019-02-09 19:49:22 +03:00
parent 12fbe870bd
commit 5753af88bf

View File

@@ -93,7 +93,7 @@ export const DD = {
}
}
delete DD.node;
DD.node = null;
if (layer || node instanceof getGlobalKonva().Stage) {
(layer || node).draw();