mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-29 08:38:30 -06: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