issues
search
gruehle
/
MarkdownPreview
Brackets extension for previewing markdown files
MIT License
277
stars
61
forks
source link
Update to new event system & fix scrolling
#68
Closed
peterflynn
closed
9 years ago
peterflynn
commented
9 years ago
Update to new Brackets 1.1 non-jQuery event system
Fix scroll pos syncing (in Brackets 1.1's new CEF, it seems
contentDocument.height
no longer exists)
Also: Remove duplicate require() and move another into alphabetical order like the rest
gruehle
commented
9 years ago
Thank you @peterflynn! Merging.
contentDocument.height
no longer exists)