gruehle / MarkdownPreview

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

Panel out of sync with scroll position initially #48

Closed peterflynn closed 10 years ago

peterflynn commented 10 years ago
  1. Open a text file and scroll to the middle
  2. Open the MarkdownPreview panel

Result: Preview is scrolled to the top

Expected: Preview scroll position matches editor scroll pos. It syncs up as soon as you scroll the editor a tad.

gruehle commented 10 years ago

Fixed in extension version 1.0.6. Thanks for reporting!