Skip to content

Commit

Permalink
Add title to identify carets
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 22, 2021
1 parent de12d02 commit 1e03b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/formats/collab-caret/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function applyCarets( record, carets = [] ) {
'is-collapsed': isCollapsed,
'is-shifted': isShifted,
} ),
title: id,
},
},
start,
Expand Down

0 comments on commit 1e03b0b

Please sign in to comment.