Fix swatch reorder

This commit is contained in:
luboslenco
2023-04-12 12:18:52 +02:00
parent 14330f966d
commit 9471eeca54
+3
View File
@@ -355,6 +355,9 @@ class App {
if (Context.inNodes()) { // Create RGB node
UINodes.inst.acceptSwatchDrag(dragSwatch);
}
else if (Context.inSwatches()) {
TabSwatches.acceptSwatchDrag(dragSwatch);
}
dragSwatch = null;
}
else if (dragFile != null) {