mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
fix(plugin-workflow): fix drag event triggered in node configuration drawer
This commit is contained in:
@@ -78,6 +78,8 @@ function isInteractiveTarget(target: EventTarget | null): boolean {
|
||||
'.ant-dropdown',
|
||||
'.ant-picker',
|
||||
'.ant-switch',
|
||||
'.ant-modal',
|
||||
'.ant-drawer',
|
||||
].join(','),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user