1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-14 04:34:04 +00:00

Fixed some hosttree bugs

This commit is contained in:
2023-06-23 15:58:23 +02:00
parent 2ecc664e48
commit 7eb41630db
2 changed files with 13 additions and 6 deletions

View File

@ -25,6 +25,7 @@ function enterText(title = '', description = '', value = '') {
instance.$close();
resolve(event.detail.value);
});
instance.$on('close', () => resolve(undefined));
});
}