Skip to content

Commit

Permalink
fix: RichText组件selectable类型修改 (#16092)
Browse files Browse the repository at this point in the history
Co-authored-by: 1874. <[email protected]>
  • Loading branch information
xm1769315774 and TheKonka authored Sep 16, 2024
1 parent 4297c2a commit 36173b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/types/RichText.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface RichTextProps extends StandardProps {
* @default false(基础库 3.150.1 以前版本)true(基础库 3.150.1 及以后版本)
* @supported swan, h5, harmony_hybrid
*/
selectable?: string
selectable?: boolean;
/** 阻止长按图片时弹起默认菜单(将该属性设置为image-menu-prevent或image-menu-prevent="true"),只在初始化时有效,不能动态变更;若不想阻止弹起默认菜单,则不需要设置此属性
* @default false
* @supported swan
Expand Down

0 comments on commit 36173b8

Please sign in to comment.