mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 17:40:52 +01:00
kalk_web: Keep scroll on enter
This commit is contained in:
parent
910b5a425f
commit
a68efe59e7
@ -50,6 +50,7 @@
|
||||
outputElement.children[
|
||||
outputElement.children.length - 1
|
||||
].scrollIntoView(false);
|
||||
calculatorElement.scrollIntoView();
|
||||
});
|
||||
|
||||
function calculate(
|
||||
|
Loading…
Reference in New Issue
Block a user