mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-25 06:05:39 -04:00
!155 correct storagelink to regular variable
Merge pull request !155 from houhaoyu/storagelink
This commit is contained in:
@@ -244,7 +244,7 @@ function isCorrectInitFormParent(parent: string, child: string): boolean {
|
||||
break;
|
||||
case COMPONENT_NON_DECORATOR:
|
||||
if ([COMPONENT_STATE_DECORATOR, ...propAndLinkDecorators, COMPONENT_NON_DECORATOR,
|
||||
COMPONENT_OBJECT_LINK_DECORATOR].includes(parent)) {
|
||||
COMPONENT_OBJECT_LINK_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR].includes(parent)) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user