Hufe921 / canvas-editor

rich text editor by canvas/svg
https://hufe.club/canvas-editor-docs
MIT License
3.47k stars 506 forks source link

点击控件时高亮处理 #740

Closed bettersoft123 closed 2 weeks ago

bettersoft123 commented 1 month ago

What problem does this feature solve?

在录入文档的时候,由于都是结构化,能否光标在当前元素或者鼠标点击的时候,把这个id对应的元素进行高亮显示,包括高亮颜色,是否高亮等可以自己配置?

What does the proposed API look like?

如上

Hufe921 commented 1 month ago

指的是点击控件的时候 高亮吧

bettersoft123 commented 1 month ago

是的,点击其他控件时恢复正常。

Hufe921 commented 2 weeks ago

使用示例:

control: {
    activeBackgroundColor: '#4dc2e754'
  },