Fixed Issue 721: Label box doesn't work as expected (for title element in groups)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1980 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2011-02-04 18:49:12 +00:00
parent 52c74f266b
commit 50660b37b5

View File

@@ -1887,6 +1887,10 @@
}
});
$('#g_title').change(function() {
svgCanvas.setGroupTitle(this.value);
});
$('.attr_changer').change(function() {
var attr = this.getAttribute("data-attr");
var val = this.value;