Skip to content

Commit

Permalink
fix(file-menu): assign insideClosable when open FieldMenu component #…
Browse files Browse the repository at this point in the history
…WIK-16898 (#179)
  • Loading branch information
pubuzhixing8 authored Dec 9, 2024
1 parent f6668a1 commit ae9f2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/src/services/field.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class AITableGridFieldService {
originPosition: position,
placement: 'bottomLeft',
originActiveClass: undefined,
insideClosable: true,
initialState: {
origin: editOrigin,
position: options.editFieldPosition,
Expand Down

0 comments on commit ae9f2c8

Please sign in to comment.