Skip to content

Commit

Permalink
fix: redefine sendKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaomaiTX committed Jul 19, 2024
1 parent b7d50ac commit 77ab253
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/store/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import {
import { RootState } from "@/store/index.ts";
import { isMobile } from "@/utils/device";

export const sendKeys = isMobile()
? ["Ctrl + Enter", "Enter"]
: ["Enter", "Ctrl + Enter"];
export const sendKeys = ["Ctrl + Enter", "Enter"];
export const initialSettings = {
context: true,
align: false,
Expand Down

0 comments on commit 77ab253

Please sign in to comment.