Skip to content

Commit

Permalink
refactor: 텍스트 삭제 시, 삭제된 내용 직접 사용하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchef1 authored and jjeonghak committed Nov 19, 2024
1 parent 9dd17cb commit 3dcef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/task/service/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class TaskService {
return [
{
p: [position],
sd: existingTitle.slice(position, position + length),
sd: content,
},
];
default:
Expand Down

0 comments on commit 3dcef0c

Please sign in to comment.