minor bugfix, add missing updateFilesText cal, so tegaki correctly shows num of files

indiachan-spamvector v0.5.0
Thomas Lynch 2 years ago
parent 98e7c15789
commit 5d6b903182
  1. 1
      gulp/res/js/forms.js

@ -121,6 +121,7 @@ class postFormHandler {
onDone: () => {
Tegaki.flatten().toBlob(b => {
this.addFile(new File([b], 'tegaki.png', { type: 'image/png' }));
this.updateFilesText();
Tegaki.resetLayers();
}, 'image/png');
},

Loading…
Cancel
Save