Skip to content

Commit 515c157

Browse files
fixes basecamp#1088, restore missing fileInputId property
1 parent ade9bc0 commit 515c157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trix/config/input.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { makeElement, removeNode } from "trix/core/helpers/dom"
33

44
const input = {
55
level2Enabled: true,
6+
fileInputId: `trix-file-input-${Date.now().toString(16)}`,
67

78
getLevel() {
89
if (this.level2Enabled && browser.supportsInputEvents) {

0 commit comments

Comments
 (0)