We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade9bc0 commit 515c157Copy full SHA for 515c157
src/trix/config/input.js
@@ -3,6 +3,7 @@ import { makeElement, removeNode } from "trix/core/helpers/dom"
3
4
const input = {
5
level2Enabled: true,
6
+ fileInputId: `trix-file-input-${Date.now().toString(16)}`,
7
8
getLevel() {
9
if (this.level2Enabled && browser.supportsInputEvents) {
0 commit comments