07-06-2022 01:58 AM - edited 07-06-2022 02:01 AM
If I click and drag
width: 1000px;
So it becomes
width: 1280;
and I want to reset it to it's original value (1000px), clicking the mouse-wheel on the value should do that. I think the mouse-wheel button is a good choice, because it feels natural and convenient including other software that use the same button to achieve a reset.
I don't want to click and manually type 1000px again.
I don't want to refresh for a quick fix (have other values that are adjusted).