allotment icon indicating copy to clipboard operation
allotment copied to clipboard

Hover delay

Open kacpermaciejevvski opened this issue 1 year ago • 6 comments

I noticed that when hovering over the element used to change the size of the panel, the class responsible for hover styling is applied with a slight delay. Is this a mistake or a deliberate implementation? Would it be possible to implement this value as a prop passed to the main component?

kacpermaciejevvski avatar Mar 14 '23 15:03 kacpermaciejevvski

@johnwalley Any updates on this? Would love to see this added

eduardovidals avatar Apr 14 '23 02:04 eduardovidals

It's deliberate and modelled after vs code. It could be made customisable, as in vs code, e.g.

Screenshot 2023-04-25 at 18 45 08

It's not at the top of my priority list but it's also a relatively small change so it stands a good chance of getting done but I can't give you a date 😬

johnwalley avatar Apr 25 '23 17:04 johnwalley

Would love to have this be configurable as well. Thanks for publishing this library!

aaronvg avatar Sep 11 '23 00:09 aaronvg

That's exactly what we need!!!

PremExtensi avatar Nov 10 '23 10:11 PremExtensi

+1

drleon avatar Nov 27 '23 09:11 drleon

For all of You in need. There is a workaround I made to eliminate delay completely:

.sash:hover:before { background: var(--focus-border); }

@johnwalley Maybe this could work as a solution?

kacpermaciejevvski avatar May 13 '24 10:05 kacpermaciejevvski