-
Notifications
You must be signed in to change notification settings - Fork 58
Drag handle event handler not working with Shadow DOM enabled #64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Ah, interesting. The view is supposed to be resizeable but it seems that functionality has regressed. (Notice the cursor when you mouseover the right side of the blame view.) |
A workaround for this bug is to disable Shadow DOM. |
The root of this bug is that React and Shadow DOM seem to be incompatible at the moment. See facebook/react#1877 |
+1 ran into this. thanks for reporting |
Same issue, can't resize git blame panel Atom |
Not working for me either. Not sure if the React and Shadow DOM is still causing this issue?
|
fixed in #115 would love for this to be draggable. |
When the blame contains long name, it is not displayed whole.

In addition, it would be nice if I could copy the content of bubble hint or even the whole blame description.
The text was updated successfully, but these errors were encountered: