Merge branch 'master' into bugfix/staticGrid
# Conflicts: # dist/gridstack.min.map
This commit is contained in:
commit
03ca75717c
4 changed files with 4 additions and 4 deletions
|
|
@ -1121,7 +1121,7 @@
|
|||
throw new Error('Invalid height');
|
||||
}
|
||||
heightUnit = match[2];
|
||||
height = parseInt(match[1]);
|
||||
height = parseFloat(match[1]);
|
||||
}
|
||||
return {height: height, unit: heightUnit};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue