File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
packages/ve-table/src/util Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export default {
138138 type: " LEFT_FIXED_COLUMN_TO" ,
139139 },
140140 {
141- type: " CANCLE_LEFT_FIXED_COLUMN_TO " ,
141+ type: " CANCEL_LEFT_FIXED_COLUMN_TO " ,
142142 },
143143 {
144144 type: " RIGHT_FIXED_COLUMN_TO" ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Right click the table area to view the effect
7979 type: " LEFT_FIXED_COLUMN_TO" ,
8080 },
8181 {
82- type: " CANCLE_LEFT_FIXED_COLUMN_TO " ,
82+ type: " CANCEL_LEFT_FIXED_COLUMN_TO " ,
8383 },
8484 {
8585 type: " RIGHT_FIXED_COLUMN_TO" ,
Original file line number Diff line number Diff line change 7575 type: " LEFT_FIXED_COLUMN_TO" ,
7676 },
7777 {
78- type: " CANCLE_LEFT_FIXED_COLUMN_TO " ,
78+ type: " CANCEL_LEFT_FIXED_COLUMN_TO " ,
7979 },
8080 {
8181 type: " RIGHT_FIXED_COLUMN_TO" ,
Original file line number Diff line number Diff line change 7979 type: " LEFT_FIXED_COLUMN_TO" ,
8080 },
8181 {
82- type: " CANCLE_LEFT_FIXED_COLUMN_TO " ,
82+ type: " CANCEL_LEFT_FIXED_COLUMN_TO " ,
8383 },
8484 {
8585 type: " RIGHT_FIXED_COLUMN_TO" ,
Original file line number Diff line number Diff line change 7575 type: " LEFT_FIXED_COLUMN_TO" ,
7676 },
7777 {
78- type: " CANCLE_LEFT_FIXED_COLUMN_TO " ,
78+ type: " CANCEL_LEFT_FIXED_COLUMN_TO " ,
7979 },
8080 {
8181 type: " RIGHT_FIXED_COLUMN_TO" ,
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ export const CONTEXTMENU_NODE_TYPES = {
261261 // left fixed column to
262262 LEFT_FIXED_COLUMN_TO : "LEFT_FIXED_COLUMN_TO" ,
263263 // cancel left fixed column to
264- CANCEL_LEFT_FIXED_COLUMN_TO : "CANCLE_LEFT_FIXED_COLUMN_TO " ,
264+ CANCEL_LEFT_FIXED_COLUMN_TO : "CANCEL_LEFT_FIXED_COLUMN_TO " ,
265265 // right fixed column to
266266 RIGHT_FIXED_COLUMN_TO : "RIGHT_FIXED_COLUMN_TO" ,
267267 // cancel right fixed column to
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ describe("veTable contextmenu", () => {
104104 type : "LEFT_FIXED_COLUMN_TO" ,
105105 } ,
106106 {
107- type : "CANCLE_LEFT_FIXED_COLUMN_TO " ,
107+ type : "CANCEL_LEFT_FIXED_COLUMN_TO " ,
108108 } ,
109109 {
110110 type : "RIGHT_FIXED_COLUMN_TO" ,
You can’t perform that action at this time.
0 commit comments