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 0b56e65 commit db0f3b9Copy full SHA for db0f3b9
src/unfold/static/unfold/js/app.js
@@ -124,7 +124,9 @@ const fileInputUpdatePath = () => {
124
input.addEventListener("change", (e) => {
125
const parts = e.target.value.split("\\");
126
const placeholder =
127
- input.parentNode.parentNode.querySelector("input[type=text]");
+ input.parentNode.parentNode.parentNode.querySelector(
128
+ "input[type=text]"
129
+ );
130
placeholder.setAttribute("value", parts[parts.length - 1]);
131
});
132
0 commit comments