mirror of
https://gitee.com/openharmony/applications_launcher
synced 2025-02-11 10:45:56 +00:00
commit
10c026ef63
@ -140,6 +140,8 @@ export struct FormManagerDialog {
|
||||
module: formItem.moduleName,
|
||||
dimension: dimensionItem,
|
||||
})
|
||||
.enabled(false)
|
||||
.focusable(false)
|
||||
.clip(new Rect({
|
||||
width: this.mFormComponentWidth[dimensionItem - 1],
|
||||
height: this.mFormComponentHeight[dimensionItem - 1],
|
||||
|
@ -153,6 +153,8 @@ export struct FormManagerComponent {
|
||||
module: formItem.moduleName,
|
||||
dimension: dimensionItem,
|
||||
})
|
||||
.enabled(false)
|
||||
.focusable(false)
|
||||
.clip(new Rect({
|
||||
width: this.mFormComponentWidth[dimensionItem - 1],
|
||||
height: this.mFormComponentHeight[dimensionItem - 1],
|
||||
|
Loading…
x
Reference in New Issue
Block a user