ato-water-lib 0.0.123 → 0.0.124
Sign up to get free protection for your applications and to get access to all the features.
@@ -8825,11 +8825,14 @@ class AtoDefaultGojsEditor {
|
|
8825
8825
|
makeGroupImmersedUFTemplate(icon, title, size = { w: 80, h: 80 }) {
|
8826
8826
|
let node = this.$(go.Group, 'Spot', {
|
8827
8827
|
layout: this.$(go.Layout),
|
8828
|
+
selectable: false,
|
8828
8829
|
}, {
|
8829
8830
|
// minSize: new go.Size(NaN, 600),
|
8830
|
-
},
|
8831
|
-
|
8832
|
-
|
8831
|
+
},
|
8832
|
+
// new go.Binding('selectable', '', (x) => {
|
8833
|
+
// return x?.selectable;
|
8834
|
+
// }),
|
8835
|
+
new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', {
|
8833
8836
|
row: 0,
|
8834
8837
|
padding: new go.Margin(0, 0, 0, 0),
|
8835
8838
|
}, this.$(go.Shape, 'RoundedRectangle', {
|