mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Fix renaming vertexes.
This commit is contained in:
@@ -628,7 +628,7 @@ DefaultHandler.prototype.MouseUp = function(pos)
|
||||
|
||||
var handler = this;
|
||||
var callback = function (enumType) {
|
||||
handler.RenameVertex(enumType.GetVertexText(0, handler.selectedObject));
|
||||
handler.RenameVertex(enumType.GetVertexText(0), handler.selectedObject);
|
||||
userAction("RenameVertex");
|
||||
};
|
||||
$('#message').unbind();
|
||||
|
||||
Reference in New Issue
Block a user