!3933 修复RichEditor属性编译问题

Merge pull request !3933 from 姚明/REBug
This commit is contained in:
openharmony_ci 2024-11-13 12:25:12 +00:00 committed by Gitee
commit 9f801d3501
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,6 +3,8 @@
"atomic": true,
"attrs": [
"onReady", "onSelect", "aboutToIMEInput",
"onIMEInputComplete", "aboutToDelete", "onDeleteComplete"
"onIMEInputComplete", "aboutToDelete", "onDeleteComplete",
"onSelectionChange", "bindSelectionMenu", "copyOptions", "enableDataDetector", "dataDetectorConfig",
"placeholder", "onDidIMEInput", "onEditingChange", "onWillChange", "onDidChange"
]
}