mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
replacement of jquery ui dialog for bootstrap modal for jump to note dialog, #203
This commit is contained in:
@@ -13,11 +13,7 @@ async function showDialog() {
|
||||
|
||||
$autoComplete.val('');
|
||||
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
position: { my: "center top+100", at: "top", of: window }
|
||||
});
|
||||
$dialog.modal();
|
||||
|
||||
await $autoComplete.autocomplete({
|
||||
source: noteautocompleteService.autocompleteSource,
|
||||
|
||||
Reference in New Issue
Block a user