-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support tooltips in group headers #263
Conversation
7fb70dc
to
93efa86
Compare
@@ -107,7 +107,9 @@ function Tooltip(props) { | |||
onMouseEnter={ showTooltip } | |||
onMouseLeave={ ()=> clearTimeout(timeout) } | |||
onFocus={ showTooltip } | |||
onKeyDown={ hideTooltipViaEscape }> | |||
onKeyDown={ hideTooltipViaEscape } | |||
onMouseDown={ (e)=> {e.preventDefault();} } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prevents tooltip from staying open after opening to click group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved ✅
d66e943
to
93efa86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To the moon! 🚀 🌚
Let's go ahead and merge this. |
Test against this
bpmn-js-properties-panel
branch