Skip to content

Commit

Permalink
feat: dnd(drag and drop) 拖拽进入插件
Browse files Browse the repository at this point in the history
  • Loading branch information
yelikang committed Aug 22, 2024
1 parent a14c3c5 commit f2c8d74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/x6-plugin-dnd/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import {
import { alignPoint } from 'dom-align'
import { content } from './style/raw'

/**
* 拖拽键入画布插件
* drag and drop => dnd
*/
export class Dnd extends View implements Graph.Plugin {
public name = 'dnd'

Expand Down

0 comments on commit f2c8d74

Please sign in to comment.