mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Text Alignment made easy and convenient. (#1804)
* text alignment made easy * added description and removed id Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
@@ -22,6 +22,9 @@ function mapHtmlTypes(inputInfo){
|
||||
htmlType = inputInfo.min != undefined ? 'range' : 'text';
|
||||
if (htmlType === 'range') inputInfo.step = inputInfo.step || 0.1; // default range step size for float
|
||||
break;
|
||||
case 'coordinate-input':
|
||||
htmlType = 'button';
|
||||
break;
|
||||
default:
|
||||
htmlType = 'text';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user