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
Hey @Sam-Apostel! Pull requests for things like this are always welcome. As are some kind of runnable repro case (Code Sandbox, or a GitHub project that I can checkout and run)
Right after changing the disabled prop of a PanelResizeHandle from true to false, the data-resize-handle-state doesn't update on hover.在将一个 PanelResizeHandle 的 disabled 属性从 true 改为 false 后,鼠标悬停时 data-resize-handle-state 不会更新。
the cursor changes to a resize and the data-resize-handle-state attribute changes from inactive to hover光标变为调整大小, data-resize-handle-state 属性从 inactive 变为 hover
Actual 实际
The cursor doesn't change and the data-resize-handle-state attribute is still inactive光标没有变化, data-resize-handle-state 属性仍然是 inactive
NOTE: Clicking anywhere on the page fixes this. Resizing itself is not broken, just the hover state.注意:点击页面上的任何位置即可修复此问题。自身调整大小没有问题,只是悬停状态有问题。
I am willing to look into this and PR if welcome我愿意调查这个问题,如果欢迎的话,我会提交 PR
I also encountered this problem today, did you find a solution?
Right after changing the
disabled
prop of aPanelResizeHandle
from true to false, thedata-resize-handle-state
doesn't update on hover.Reproduce
<PanelResizeHandle disabled={true} />
disabled
tofalse
PanelResizeHandle
.Expected
the cursor changes to a resize and the
data-resize-handle-state
attribute changes frominactive
tohover
Actual
The cursor doesn't change and the
data-resize-handle-state
attribute is stillinactive
I am willing to look into this and PR if welcome
The text was updated successfully, but these errors were encountered: