Skip to content

Commit

Permalink
Merge pull request #57 from Kristinita/SashaGoddess
Browse files Browse the repository at this point in the history
[Fixed] Issue #23.
  • Loading branch information
bollu authored Nov 29, 2016
2 parents 9cc487b + df504f8 commit 804ab67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sublimebookmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ def _UpdateBookmarkPosition(self):
for bookmark in BOOKMARKS:

# if the activeView is the bookmark's view, update r
if bookmark.isMyView(self.window, self.activeView):
# if bookmark.isMyView(self.window, self.activeView):
if bookmark.isMyView(self.window, self.activeView) and not self.activeView.is_loading():

bookmark.updateData(self.window, self.activeView)

Expand Down

0 comments on commit 804ab67

Please sign in to comment.