Skip to content

选择function tool的时候不能滚轮或者鼠标下滑 #616

@FallinDestroy

Description

@FallinDestroy

问题出在前端这个自定义下拉会监听全局 scroll,一旦你在下拉里用滚轮,菜单就被当成“滚动事件”关掉了。
需要修改frontend/src/components/DynamicFormField.vue:

  • 下拉菜单自身滚动时不再触发关闭
  • 给菜单加了 overscroll-behavior: contain
  • 保留了点击外部关闭的行为

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions