mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Fix renaming vertexes.
This commit is contained in:
parent
e4eed18568
commit
06a0167581
@ -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();
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<script src="<?= Root('i/js/dev/jquery-ui.js')?>"></script>
|
||||
<script src="<?= Root('i/js/dev/jquery.feedback_me.js')?>"></script>
|
||||
<script src="<?= Root("script/example.js?v=60")?>" ></script>
|
||||
<script src="<?= Root("script/example.js?v=61")?>" ></script>
|
||||
|
||||
<!-- Yandex.RTB -->
|
||||
<script>window.yaContextCb=window.yaContextCb||[]</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user