how to change renderTailDecorations's icon #14151
Unanswered
qingtingzhiyu39
asked this question in
General
Replies: 1 comment
-
Hey @qingtingzhiyu39, instead of calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I have a tree component that sets a renderTailDecorations,renderTailDecorations render a
<div className="result-node-buttons">....</div>
,There is an eventchangeHandle
on the<div className="result-node-buttons">....</div>
, in this eventset node's data, After setting, it needs to be reset renderTailDecorations。
I hava a problem, in changeHandle event set node's data,The first time is not render,need again trigger event changeHandle,I want the first set changeHandle event while render renderTailDecorations.
code is next:
Beta Was this translation helpful? Give feedback.
All reactions