orefalo/svelte-splitpanes

resize vs resized events

Closed this issue · 2 comments

@Tal500 question....

Why do we have resize and resized events?
What is the difference?

Shouldn't it be one?

As far as I see:

  • resize is progressive, while dragging occurs
  • resized is when the user leave the mouse/touch from the splitter, and inform the user the resize operation were done and finished.

yep stupid question sorry, found the code.
will update the README