From: ArthurHoaro Date: Sun, 1 Oct 2017 09:49:17 +0000 (+0200) Subject: Fix jumpy textarea with long content in post edit X-Git-Tag: v0.9.2~1^2~3^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=9c46b347b8118a127ca965106f66bb4d4d43f427;hp=9c46b347b8118a127ca965106f66bb4d4d43f427;p=github%2Fshaarli%2FShaarli.git Fix jumpy textarea with long content in post edit We manually reset the scroll position, to avoid height = 'auto' jump to the top Fixes #971 ---