mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Merge pull request #20805 from overleaf/dk-fix-focus-highlight
Fix focus highlight decoration for new review panel GitOrigin-RevId: c69ba8dd8527b6c3797b1e986cfd87c1ca87da6d
This commit is contained in:
@@ -212,7 +212,9 @@ export const ranges = () => [
|
||||
const unresolvedComments = rangesData.threads
|
||||
? comments.filter(
|
||||
comment =>
|
||||
comment.op.t && !rangesData.threads[comment.op.t].resolved
|
||||
comment.op.t &&
|
||||
rangesData.threads[comment.op.t] &&
|
||||
!rangesData.threads[comment.op.t].resolved
|
||||
)
|
||||
: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user