mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Forbid trailing spaces
This commit is contained in:
parent
6dc7404f23
commit
0833a22742
2 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Template.attachmentsGalery.events({
|
|||
},
|
||||
'click .js-preview-image'(evt) {
|
||||
Popup.open('previewAttachedImage').call(this, evt);
|
||||
// when multiple thumbnails, if click one then another very fast,
|
||||
// when multiple thumbnails, if click one then another very fast,
|
||||
// we might get a wrong width from previous img.
|
||||
// when popup reused, onRendered() won't be called, so we cannot get there.
|
||||
// here make sure to get correct size when this img fully loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue