Commit c1d8f64a authored by Boris Kocherov's avatar Boris Kocherov

improve gui for additional property control element

parent 9bb9c69c
......@@ -820,6 +820,7 @@
input = document.createElement("input");
input.type = "text";
input.placeholder = "name of " + title;
div_input.appendChild(input);
queue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment