mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
possible fix for bug which causes to reload the page when adding link (happens only rarely)
This commit is contained in:
parent
1c5483905d
commit
de971d5db5
@ -185,6 +185,8 @@ $("#insertLinkForm").submit(function addLink() {
|
||||
isNewWindow: true
|
||||
});
|
||||
}
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'alt+s', function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user