We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前自带的 action 可以显示 tooltip, 而用户自定义的 action (如图片中最右边的图标) 默认不能设置 tooltip
目前暂时可以通过在 text 中设置
<i aria-hidden="true" role="presentation" class="material-icons q-icon notranslate" aria-label="发布">cloud_upload</i>
实现效果,但是与自带的
<button type="button" data-type="zhihu" class="vditor-tooltipped vditor-tooltipped__w" aria-label="复制到知乎"> <svg> <use xlink:href="#vditor-icon-zhihu"> </use> </svg> </button>
不一致
在 IPreviewActionCustom 接口中额外添加一个 tooltip 字段
请提供关于该功能建议的其他附加信息。
The text was updated successfully, but these errors were encountered:
6f824b9
Vanessa219
No branches or pull requests
你在什么场景下需要该功能?
目前自带的 action 可以显示 tooltip, 而用户自定义的 action (如图片中最右边的图标) 默认不能设置 tooltip
描述可能的解决方案
目前暂时可以通过在 text 中设置
<i aria-hidden="true" role="presentation" class="material-icons q-icon notranslate" aria-label="发布">cloud_upload</i>
实现效果,但是与自带的
不一致
描述你认为的候选方案
在 IPreviewActionCustom 接口中额外添加一个 tooltip 字段
其他信息
请提供关于该功能建议的其他附加信息。
The text was updated successfully, but these errors were encountered: