mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind bug /area editor /milestone 2.14.x #### What this PR does / why we need it: 解决在默认编辑器中,插件扩展 getDraggable 方法可能无效的问题。向 handleDrop 中添加属性 `selection`,方便插件对当前拖拽元素进行处理。 部分插件拖拽之后可能无效果,此时需要插件自行实现 `handleDrop` 方法来处理拖拽后的情况。 #### How to test it? 测试 getDraggable 方法是否正常。插件中使用此方法是否显示拖拽图标。 #### Which issue(s) this PR fixes: Fixes #5208 #### Does this PR introduce a user-facing change? ```release-note 解决默认编辑器 getDraggable 在部分插件中失效的问题。 ``` |
||
---|---|---|
.. | ||
extension.md | ||
extension.png |