Skip to content

Commit

Permalink
コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
romot-co committed Nov 22, 2024
1 parent 75481ff commit cb452b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composables/useCursorState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export interface CursorStateContext {
export function useCursorState(context: CursorStateContext) {
// カーソルの状態
const cursorState = computed(() => {
// カーソルの振る舞いを解決する関数を呼び出す
return resolveCursorBehavior();
});

Expand Down

0 comments on commit cb452b6

Please sign in to comment.