Skip to content

feat: support drag out of screen - #3563

Open
ChenErik wants to merge 1 commit into
arco-design:mainfrom
ChenErik:main
Open

feat: support drag out of screen#3563
ChenErik wants to merge 1 commit into
arco-design:mainfrom
ChenErik:main

Conversation

@ChenErik

@ChenErik ChenErik commented Jun 27, 2025

Copy link
Copy Markdown
  • New feature
  • Bug fix
  • Enhancement
  • Component style change
  • Typescript definition change
  • Documentation change
  • Coding style change
  • Refactoring
  • Test cases
  • Continuous integration
  • Breaking change
  • Others

Background and context

#3093

Solution

ModalDragOptions {
  /**
   * @zh 是否允许超出屏幕
   * @en Whether to allow dragging outside the screen
   * @defaultValue false
   */
  outOfScreen: boolean;
}

How is the change tested?

No change.

Changelog

Component Changelog(CN) Changelog(EN) Related issues
Modal 增加ModalDragOptions配置项 add ModalDragOptions config #3093

Checklist:

  • Test suite passes (npm run test)
  • Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others
    should be submitted to main branch)

Other information

@codesandbox

codesandbox Bot commented Jun 27, 2025

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant