gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
276 stars 61 forks source link

Doesn't sync scroll position #65

Closed SenpaiSilver closed 9 years ago

SenpaiSilver commented 9 years ago

It seems that no matter what I do the preview won't sync the scroll position.

Writing will also make the preview scroll back to the top.

anicething commented 9 years ago

yes, same me

arnisjuraga commented 9 years ago

Temprary workaround - to fixed scroll location in preview iframe, comment out line 105:

//$iframe[0].contentDocument.body.scrollTop = scrollTop;
gruehle commented 9 years ago

Fixed in 88fa7f6971b404e6dd2f58d6f01f7c20bc513693, thanks to @peterflynn.