heylight / canvas-select

一个轻量级图片标注javascript库,支持矩形、多边形、点、折线、圆形,支持再编辑,使得图像标注更简单。
MIT License
233 stars 54 forks source link

发现一个bug:单个形状设置hide为true后,点击无法正常选中标签了 #141

Closed Z20163132 closed 1 month ago

heylight commented 1 month ago

hide设置为true后,这个形状就应该不展示了。你这里怎么还能点击呢?设置后没有update?

Z20163132 commented 1 month ago

比如画了5个矩形框,其中有一个设置hide为true,这一个不显示了,其他4个还显示,不能正常选中其他4个了

Z20163132 commented 1 month ago

尤其是设置hide为true的那个矩形框非常大,大到会遮盖其他4个矩形框时,虽然设置hide为true的那个矩形框不显示了,但还是会遮盖其他4个框,其他4个框无法选中

heylight commented 1 month ago

hide之后,创建状态取消了没?

Z20163132 commented 1 month ago

select事件进行选中时,应该除去hide为true的数据,这样就能选中显示的数据了,不会被遮挡了

Z20163132 commented 1 month ago

没有开启创建状态

heylight commented 1 month ago

已修复,请更新v2.23.1试一下吧

Z20163132 commented 1 month ago

可以了,问题已解决