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
Consider this code <div onClick={()=>{}}> if I press % in the beginning, I expect it to go to the end of line (the second >) but it goes to first >. Is it possible to handle it?
The text was updated successfully, but these errors were encountered:
yeah fork this repo, apply the changes in your fork and make a pull request. But seems like the owner of this repo is not actively maintaining it so you may end up using your own fork instead of the main repo.
Consider this code
<div onClick={()=>{}}>
if I press%
in the beginning, I expect it to go to the end of line (the second>
) but it goes to first>
. Is it possible to handle it?The text was updated successfully, but these errors were encountered: