ananzhusen 10 mesi fa
parent
commit
da857e7b45
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/services/defaults.ts

+ 3 - 0
src/services/defaults.ts

@@ -3821,6 +3821,7 @@ context.meta2d.translate(
           // hoverTextColor: '#000000FF',
           // activeTextColor: '#000000FF',
           textLeft: 10,
+          interaction: true,
         },
       },
       {
@@ -3841,6 +3842,7 @@ context.meta2d.translate(
           background: '#15181C',
           color: '#424B61',
           textColor: '#FFFFFFE6',
+          interaction: true,
           // color: '#D9D9D9FF',
           // textColor: '#000000FF',
           // hoverTextColor: '#000000FF',
@@ -3975,6 +3977,7 @@ context.meta2d.translate(
           hoverTextColor: '#FFFFFFE6',
           activeTextColor: '#FFFFFFE6',
           textLeft: 10,
+          interaction: true,
           dropdownList: [
             {
               text: '选项1',