mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-19 13:16:40 -04:00
@@ -678,6 +678,7 @@ export struct SearchComp {
|
||||
.backgroundColor(this.longpress ? $r("app.color.search_longpress_bgcolor_f7f8f9") : $r("app.color.color_ffffff"))
|
||||
.caretColor($r("app.color.search_note_caret_color"))
|
||||
.enabled(this.longpress ? false : true)
|
||||
.padding({left:6})
|
||||
.onEditChange((isEditing: boolean) => {
|
||||
this.search = isEditing
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user