Skip to content

Commit

Permalink
fix node
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jul 21, 2023
1 parent d4ec62f commit 14479e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private fun GXNode.findNodeById(gxNode: GXNode, id: String): GXNode? {


fun GXNode.getGXNodeByView(view: View): GXNode? {
return findNodeById(this, id)
return findNodeByView(this, view)
}

private fun GXNode.findNodeByView(gxNode: GXNode, view: View): GXNode? {
Expand Down

0 comments on commit 14479e3

Please sign in to comment.