1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2025-07-04 22:01:55 +02:00
commit dcb7700e86
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
20 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -181,6 +181,9 @@ async function loadPDF(pdfBlob) {
canvasEdition.on("object:modified", function(event) {
toolBox.init(event.target)
});
canvasEdition.on("object:moving", function(event) {
toolBox.reset()
});
canvasEdition.on("selection:cleared", function(event) {
toolBox.reset()
});