ikuaitu / vue-fabric-editor

快图设计-基于fabric.js和Vue的开源图片编辑器,可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.
https://ikuaitu.github.io/doc/#/
MIT License
4.87k stars 911 forks source link

fix(fabric-history): fix the bug that the cursor of workspace will turn into pointer after triggering undo #500

Closed GeorgeSmith215 closed 1 month ago

GeorgeSmith215 commented 1 month ago

… pointer after triggering undo

贡献者你好

很高兴你能付出自己的时间参与到vue-fabric-editor的共享当中去,相信很多人都因为你提交的代码而收益。

原则

我们希望每次提交尽量小,较大重构除外,确保我们每次的改动影响范围清晰明了,能够方便项目维护者快速的将代码合并到主分支。

确保你的代码与主仓库没有冲突

在PR前,请确保你的代码与主仓库保持同步,可以参考这篇文章

确保你的代码代码能正常打包构建

在PR前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。

告知项目维护者本次修改的功能

修复了undo后鼠标移入workspace区域会显示pointer样式的bug。

wuchenguang1998 commented 1 month ago

感谢PR,已合并主分支