We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc893b commit 90c0a88Copy full SHA for 90c0a88
bottomfloat.js
@@ -82,7 +82,7 @@ pushWrapper.addEventListener('click', () => {
82
playPushAnimation(pushWrapper);
83
84
// push file
85
- pushFileFromHTML(selectedEl);
+ pushFileFromHTML(selectedEl, ('Update ' + selectedEl.innerText));
86
87
}
88
0 commit comments