Merge pull request #614 from cmdr2/beta

Beta
This commit is contained in:
cmdr2 2022-12-06 16:18:24 +05:30 committed by GitHub
commit 9571b8addc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,9 @@ var IMAGE_EDITOR_SECTIONS = [
element.appendChild(input)
var span = document.createElement("span")
span.textContent = "Custom"
span.onclick = function(e) {
input.click()
}
element.appendChild(span)
}
else {