t9md / atom-cursor-history

Cursor position history manager
https://atom.io/packages/cursor-history
MIT License
59 stars 7 forks source link

Fix exception when cursor is focused on min-editor of project-find #47

Closed t9md closed 5 years ago

t9md commented 5 years ago

fix #40

@JobJob

entry.URI need to should not be mandatory so that cursor-history support unsaved temproal buffer. The cause was saving hitrory for mini editor, which was unintentional, so I just make it ignore.

t9md commented 5 years ago

released v0.13.2.

JobJob commented 5 years ago

Thanks @t9md - well done!