mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#477 페이지 수정 > 코드 생성에서 input type=number에 문제 수정
This commit is contained in:
parent
4deb4f7fa0
commit
04832f9ec3
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ function doFillWidgetVars() {
|
||||||
|
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case "hidden" :
|
case "hidden" :
|
||||||
|
case "number" :
|
||||||
case "text" :
|
case "text" :
|
||||||
case "textarea" :
|
case "textarea" :
|
||||||
var val = selected_node.getAttribute(name);
|
var val = selected_node.getAttribute(name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue