Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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