Skip to content

Commit cb8fe84

Browse files
committed
Moving nodes with keyboard should flag workspace dirty
1 parent abd51a5 commit cb8fe84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

editor/js/ui/view.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2015 IBM Corp.
2+
* Copyright 2013, 2016 IBM Corp.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -821,6 +821,7 @@ RED.view = (function() {
821821
delete moving_set[i].oy;
822822
}
823823
RED.history.push({t:'move',nodes:ns,dirty:RED.nodes.dirty()});
824+
RED.nodes.dirty(true);
824825
}
825826
function moveSelection(dx,dy) {
826827
var minX = 0;

0 commit comments

Comments
 (0)