Skip to content

Commit

Permalink
Fix annotations consolidation after login
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelemasotti committed Oct 28, 2015
1 parent 52b2a68 commit a977bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/Client/ClientLite.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ angular.module('Pundit2.Client')
NotebookExchange.wipe();
ItemsExchange.wipe();
AnnotationsExchange.wipe();
TextFragmentHandler.wipeTemporarySelection();
// TextFragmentHandler.wipeTemporarySelection();

// There could be private annotations we want to show, get them again
AnnotationsCommunication.getAnnotations();
Expand Down
2 changes: 1 addition & 1 deletion app/src/Client/ClientPro.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ angular.module('Pundit2.Client')
ItemsExchange.wipe();
AnnotationsExchange.wipe();
TemplatesExchange.wipe();
TextFragmentHandler.wipeTemporarySelection();
// TextFragmentHandler.wipeTemporarySelection();

// There could be private annotations we want to show, get them again
AnnotationsCommunication.getAnnotations();
Expand Down

0 comments on commit a977bc7

Please sign in to comment.