-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
元素锁定后,无法选中解锁 #476
Comments
我也遇到此问题,当裁剪图片,失焦后,裁剪蒙版元素和图片元素组合成一个新元素,无法解锁 |
可以在图层里选择对应图层,这样就可以选中解锁了。图层也添加了锁定和解锁。 |
在锁定的图层contextmenu加一个解锁会更好,每次解锁都要跑图层去找挺麻烦的。我试下能不能添加这个功能 |
你试试看,最近面试有点多,还有单子在催了,没啥时间 |
可以参考下这个代码: vue-fabric-editor/packages/core/plugin/GroupTextEditorPlugin.ts Lines 24 to 37 in f10026e
点击元素时,只选中元素: vue-fabric-editor/src/components/layer.vue Lines 105 to 110 in f10026e
|
元素锁定后,失去焦点,无法选中了,导致无法解锁
希望锁定的元素,也能右键菜单解锁,和鼠标移动到锁定元素上,左上角显示解锁按钮
The text was updated successfully, but these errors were encountered: