Explorar o código

支持 ⌘ Command

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
6e025bcae1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/template/Wbw/WbwMeaning.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwMeaning.tsx

@@ -84,7 +84,7 @@ const WbwMeaningWidget = ({
   ) : (
     <span
       onClick={(event: React.MouseEvent<HTMLSpanElement, MouseEvent>) => {
-        if (event.ctrlKey) {
+        if (event.ctrlKey || event.metaKey) {
           setEditable(true);
         }
       }}