Created
September 23, 2022 13:02
-
-
Save fantactuka/60f9389ddb73932d83947e5efb37c8d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
createDom() { | |
return <div> | |
<div> | |
<div contenteditable=false>expand/collapse button</div> | |
<div ref=this.childrenContainer> </div> | |
</div> | |
</div> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment