Skip to content

Commit

Permalink
fix: fix get field width
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 18, 2024
1 parent 1f02233 commit fd3069d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}),
plugins: {
resize: {
initialWidth: $view.getFieldWidth(field.id.value),
initialWidth: $view.type === 'grid' ? $view.getFieldWidth(field.id.value) : 200,
disable: readonly,
},
},
Expand Down

0 comments on commit fd3069d

Please sign in to comment.