fix attribute name autocomplete, no tooltip preview on path selection

This commit is contained in:
azivner
2018-08-15 18:22:02 +02:00
parent 4513651e12
commit dbe0eb3f3a
4 changed files with 27 additions and 14 deletions

View File

@@ -246,7 +246,7 @@ async function showDialog() {
$dialog.dialog({
modal: true,
width: 950,
height: 500
height: 700
});
}