-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to make initial assignment of Action to user other than self #326
Comments
To fix this, we'll have to move the onBlur to the |
oh man this is a tricky one to the _The Right Way_™. I could wrap the update function in a setTimeout to call it on the next tick, allowing the For that, we'd have to say if the text area gets blurred, then we want to check if any child of the card has focus (assuming the footer has actually buttons or a tags, or we use the tabIndex trick & hope it works in react) |
This brings about an interesting case for when to use the If we still wanted to use the NullCard, we'd have to include a |
I like going with plain |
OK, game plan is to:
|
Issue - Bug
While creating an Action during a meeting, if you first click on the avatar in the card footer to try and reassign the action without having saved any action text, the action card will disappear.
The text was updated successfully, but these errors were encountered: