mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
markdown scroll
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":"2.5.2","updatedTime":"2017-11-29T07:21:51.505Z"}
|
||||
{"version":"2.6","updatedTime":"2017-12-01T07:21:51.505Z"}
|
@@ -13228,7 +13228,7 @@ define('extensions/scrollLink',[
|
||||
return;
|
||||
}
|
||||
evt.preventDefault();
|
||||
var anchorElt = $('#preview-contents ' + id);
|
||||
var anchorElt = $('#preview-contents ' + decodeURIComponent(id));
|
||||
if(!anchorElt.length) {
|
||||
return;
|
||||
}
|
||||
|
2
public/md/main-v2.min.js
vendored
2
public/md/main-v2.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user