Skip to content

Commit

Permalink
fix: props
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Dec 15, 2024
1 parent 84b8696 commit fdd053d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export abstract class GfxLocalElementModel implements GfxCompatibleInterface {
// @ts-ignore
target[prop as string] = value;

if (!this._local.has(prop)) {
if (!this._props.has(prop)) {
return true;
}

Expand Down

0 comments on commit fdd053d

Please sign in to comment.