Add log rotation to server & UI improvements #157
1 changed files with 1 additions and 1 deletions
Show file open's user in parent folder
commit
de744a3946
|
|
@ -34,7 +34,7 @@ export function renderCursorsInFileExplorer(
|
||||||
(parent) => {
|
(parent) => {
|
||||||
cursors.forEach((cursor) => {
|
cursors.forEach((cursor) => {
|
||||||
cursor.documentsWithCursors.forEach((document) => {
|
cursor.documentsWithCursors.forEach((document) => {
|
||||||
if (document.relative_path === key) {
|
if (document.relative_path.startsWith(key)) {
|
||||||
parent.appendChild(
|
parent.appendChild(
|
||||||
createSpan({
|
createSpan({
|
||||||
text: cursor.userName,
|
text: cursor.userName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue