You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to customize the new file icon and the folder icon, so that when I press them I can show my dialog window, instead than creating the default file named "new file" and the default folder.
Also, it would be great if the event state contains the path of the new file/folder created.
Is that possible?
The text was updated successfully, but these errors were encountered:
I would like to customize the new file icon and the folder icon
I think something like this should work?
constFileIcon=({onClick: defaultOnClick, nodeData })=>{consthandleClick=()=>{showDialogWindow();// depends on how the dialog window is implemented};return<FaBitcoinonClick={handleClick}/>;};
I would like to customize the new file icon and the folder icon
I think something like this should work?
constFileIcon=({onClick: defaultOnClick, nodeData })=>{consthandleClick=()=>{showDialogWindow();// depends on how the dialog window is implemented};return<FaBitcoinonClick={handleClick}/>;};
I explained myself badly here, I want to customize the "New file" and "New folder" icon that appears when you click on a folder:
Is it possible?
I would like to customize the new file icon and the folder icon, so that when I press them I can show my dialog window, instead than creating the default file named "new file" and the default folder.
Also, it would be great if the event state contains the path of the new file/folder created.
Is that possible?
The text was updated successfully, but these errors were encountered: