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