Skip to content

Commit

Permalink
Fixed an issue with multiple taggers created per file causing duplica…
Browse files Browse the repository at this point in the history
…te bookmarks to be displayed.
  • Loading branch information
Sergey M committed Aug 16, 2020
1 parent 26ffb7a commit 85fd273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPackRx/Features/Bookmarks/BookmarksTaggerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace DPackRx.Features.Bookmarks
/// Creates bookmark tagger.
/// </summary>
[Export(typeof(ITaggerProvider))]
[ContentType("any")]
[ContentType("text")]
[Order(Before = Priority.Default)]
[TextViewRole(PredefinedTextViewRoles.Document)]
[TagType(typeof(BookmarkTag))]
Expand Down

0 comments on commit 85fd273

Please sign in to comment.