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:
commit
dcb7700e86
20 changed files with 3 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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()
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue