Skip to content

Commit

Permalink
feat: 修改节流时间
Browse files Browse the repository at this point in the history
  • Loading branch information
coderz-w committed Oct 29, 2024
1 parent 89e58de commit 8485a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cooperation/cooperationEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const CooperationEditor: React.FC<CooperationEditorProps> = ({ roomId, userInfo
x: e.clientX,
y: e.clientY,
});
}, 15);
}, 5);

const handleMouseout = () => {
provider.awareness.setLocalStateField('cursorLocation', {
Expand Down

0 comments on commit 8485a3c

Please sign in to comment.