fix: ctrl+a does not work on Windows in code block (#5692)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { isTouchDevice } from "@shared/utils/browser";
|
||||
import Desktop from "~/utils/Desktop";
|
||||
import { isTouchDevice } from "~/utils/browser";
|
||||
|
||||
/**
|
||||
* Returns "hover" on a non-touch device and "active" on a touch device. To
|
||||
|
||||
Reference in New Issue
Block a user