fix autoscroll: mobile drag pageY + cap vertical scroll at board bottom+200px; v1.2.1

This commit is contained in:
2026-07-06 20:47:01 -03:00
parent fe577a674c
commit 8373fe2637
3 changed files with 25 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.2.0';
return '1.2.1';
}
public function getPluginHomepage()