oni2 icon indicating copy to clipboard operation
oni2 copied to clipboard

Add hover scroll by keyboard

Open joseemds opened this issue 3 years ago • 0 comments

I've been trying to add the command to scroll the hover popup, but i am stuck at how should i update HoverView, first i thought about exposing a HoverView.update function, but then how would i know the current value? Since the scroll is basically increase and decrease that value, in my mind the process is: Check if there is some active session, if so get the scrollTop value and update it depending on the command. My question is where should i expose the scrollTop value?

Please tell if there is something wrong in my logic

joseemds avatar Aug 10 '21 00:08 joseemds