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.
@@ -10143,11 +10143,14 @@ class AtoDefaultGojsEditor {
|
|
10143
10143
|
makeGroupImmersedUFTemplate(icon, title, size = { w: 80, h: 80 }) {
|
10144
10144
|
let node = this.$(go.Group, 'Spot', {
|
10145
10145
|
layout: this.$(go.Layout),
|
10146
|
+
selectable: false,
|
10146
10147
|
}, {
|
10147
10148
|
// minSize: new go.Size(NaN, 600),
|
10148
|
-
},
|
10149
|
-
|
10150
|
-
|
10149
|
+
},
|
10150
|
+
// new go.Binding('selectable', '', (x) => {
|
10151
|
+
// return x?.selectable;
|
10152
|
+
// }),
|
10153
|
+
new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify), this.$(go.Panel, 'Auto', {
|
10151
10154
|
row: 0,
|
10152
10155
|
padding: new go.Margin(0, 0, 0, 0),
|
10153
10156
|
}, this.$(go.Shape, 'RoundedRectangle', {
|