File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
services/static-webserver/client/source/class/osparc/data/model Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ qx.Class.define("osparc.data.model.Node", {
198198 "reloadModel" : "qx.event.type.Event" ,
199199 "retrieveInputs" : "qx.event.type.Data" ,
200200 "keyChanged" : "qx.event.type.Event" ,
201+ "changePosition" : "qx.event.type.Data" ,
201202 "fileRequested" : "qx.event.type.Data" ,
202203 "parameterRequested" : "qx.event.type.Data" ,
203204 "filePickerRequested" : "qx.event.type.Data" ,
@@ -1250,6 +1251,11 @@ qx.Class.define("osparc.data.model.Node", {
12501251 } ,
12511252 "osparc-resource" : "ui" ,
12521253 } ) ;
1254+
1255+ this . fireDataEvent ( "changePosition" , {
1256+ x : this . __posX ,
1257+ y : this . __posY
1258+ } ) ;
12531259 } ,
12541260
12551261 getPosition : function ( ) {
You can’t perform that action at this time.
0 commit comments