Skip to content

Commit

Permalink
fix(annotations): remove bp prefix from region cursor keys (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCodes authored Nov 18, 2020
1 parent 83d687e commit 5856512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ export const METADATA = {
export const ERROR_CODE_403_FORBIDDEN_BY_POLICY = 'forbidden_by_policy';

// LocalStorage Keys
export const DOCUMENT_FTUX_CURSOR_SEEN_KEY = 'bp-ftux-cursor-seen-document';
export const IMAGE_FTUX_CURSOR_SEEN_KEY = 'bp-ftux-cursor-seen-image';
export const DOCUMENT_FTUX_CURSOR_SEEN_KEY = 'ftux-cursor-seen-document';
export const IMAGE_FTUX_CURSOR_SEEN_KEY = 'ftux-cursor-seen-image';

0 comments on commit 5856512

Please sign in to comment.