From 5ec8f7e469da2e1aea8767342705de9dc3c1fb2c Mon Sep 17 00:00:00 2001 From: wujinhui Date: Thu, 4 Sep 2025 15:06:06 +0800 Subject: [PATCH] change invalidateAttributes desc Signed-off-by: wujinhui --- api/arkui/FrameNode.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 98ec8d6d85..6c57ea91b2 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -1273,8 +1273,8 @@ export declare class FrameNode { /** * Triggers node updates in the current frame. * - * When node attributes are modified after the current frame's build phase (i.e., after - * the unified processing of dirty nodes), the node updates will be deferred to the next + * When node attributes are modified after the current frame's build phase, + * the node updates will be deferred to the next * frame. This function forces immediate node updates within the current frame to * ensure rendering effects are applied synchronously. * -- Gitee