fix(lowerkey): ctrl+s
This commit is contained in:
@@ -2156,7 +2156,8 @@ const LabelPage = ({
|
|||||||
|
|
||||||
if (lowerKey === "s" && commandKey) {
|
if (lowerKey === "s" && commandKey) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
setIsConfirmSave(true)
|
topRef.current?.handleSave()
|
||||||
|
// setIsConfirmSave(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lowerKey === "g" && commandKey) {
|
if (lowerKey === "g" && commandKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user