Fix renaming vertexes.

This commit is contained in:
Oleg Sh 2022-03-10 20:03:57 +02:00
parent e4eed18568
commit 06a0167581
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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>