fix background drag-scroll dying after card move; delegate to document, body marker; v1.1

This commit is contained in:
2026-07-06 07:52:21 -03:00
parent 7f9235dbdc
commit 8760377927
4 changed files with 33 additions and 18 deletions

View File

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