mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Support shortcut keys to copy nodes #3283 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -5,7 +5,7 @@ import { ReactFlowProvider } from 'reactflow';
|
||||
import FlowCanvas from './canvas';
|
||||
import Sider from './flow-sider';
|
||||
import FlowHeader from './header';
|
||||
import { useFetchDataOnMount } from './hooks';
|
||||
import { useCopyPaste, useFetchDataOnMount } from './hooks';
|
||||
|
||||
const { Content } = Layout;
|
||||
|
||||
@ -18,6 +18,7 @@ function RagFlow() {
|
||||
} = useSetModalState();
|
||||
|
||||
useFetchDataOnMount();
|
||||
useCopyPaste();
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
|
||||
Reference in New Issue
Block a user