Skip to content
Snippets Groups Projects
Commit 7e5c0bba authored by echicken's avatar echicken
Browse files

Home the frame cursor after nuking the data array.

parent 35a60630
No related branches found
No related tags found
No related merge requests found
......@@ -937,6 +937,7 @@ Frame.prototype.clear = function(attr) {
}
Frame.prototype.cleardata = function () {
this.__properties__.data = [];
this.home();
this.invalidate();
}
Frame.prototype.clearline = function(attr) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment