wavedrom / wavedrom.github.io

Digital timing diagram editor
https://wavedrom.com
MIT License
898 stars 156 forks source link

Do not refresh to the starting position when modifying the waveform. #40

Closed roccomao closed 5 years ago

roccomao commented 5 years ago

Do not refresh to the starting position when modifying the waveform.

Reference #125

For larger waveforms that extend past the edges of the window, the scroll position resets to the top left each time a change is made to the source and render is performed. It would be nice if the scroll position did not reset. When modifying the large waveforms it is convenient to look at the render as you enter source, but having it jump back to the top left each time makes this a pain.

I also encountered this problem, I hope can optimize as soon as possible. Sincerely hope !!

nockieboy commented 5 years ago

I second this request. It would make the workflow much smoother if the waveform output window position didn't reset with every redraw.

drom commented 5 years ago

@bitrocco @nockieboy I have fixed an issue, please try online and I will update desktop App if it works as expected.

roccomao commented 5 years ago

@drom Thank you very much for your update, it works perfectly !

nockieboy commented 5 years ago

Yes, works perfectly now - thanks for the quick update!