UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

[BULL-1947] Move nodes down when expanding one, add unexpanding

Closed Raj Manandhar requested to merge BULL-1947-5 into master
4 unresolved threads
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -460,7 +460,16 @@ export default {
attributes: {
d: "M21.71 20.29L20.29 21.71A1 1 0 0 1 18.88 21.71L7 9.85A3.81 3.81 0 0 1 6 10A4 4 0 0 1 2.22 4.7L4.76 7.24L5.29 6.71L6.71 5.29L7.24 4.76L4.7 2.22A4 4 0 0 1 10 6A3.81 3.81 0 0 1 9.85 7L21.71 18.88A1 1 0 0 1 21.71 20.29M2.29 18.88A1 1 0 0 0 2.29 20.29L3.71 21.71A1 1 0 0 0 5.12 21.71L10.59 16.25L7.76 13.42M20 2L16 4V6L13.83 8.17L15.83 10.17L18 8H20L22 4Z",
fill: "black",
},
},
{
tagName: "rect",
attributes: {
width: 20,
height: 20,
cursor: "pointer",
fill: "#00000000",
stroke: "none",
},
},
],
Loading