瀏覽代碼

trigger add contextMenu

visuddhinanda 3 年之前
父節點
當前提交
36f68839a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/pages/studio/channel/list.tsx

+ 1 - 1
dashboard/src/pages/studio/channel/list.tsx

@@ -238,7 +238,7 @@ const Widget = () => {
                 <Dropdown.Button
                 <Dropdown.Button
                   key={index}
                   key={index}
                   type="link"
                   type="link"
-                  trigger={["click"]}
+                  trigger={["click", "contextMenu"]}
                   menu={{
                   menu={{
                     items: [
                     items: [
                       {
                       {