fixes for relation map rendering

This commit is contained in:
azivner
2018-11-12 21:18:22 +01:00
parent 2523f81f3b
commit e7cea59ba7
3 changed files with 20 additions and 23 deletions

View File

@@ -13,9 +13,7 @@ function ask(message, defaultValue = '') {
$dialog.modal();
return new Promise((res, rej) => {
resolve = res;
});
return new Promise((res, rej) => { resolve = res; });
}
$dialog.on('shown.bs.modal', () => $answer.focus().select());