clear width/hieght on done
This commit is contained in:
parent
52c731c794
commit
de6115248a
@ -57,7 +57,8 @@ export function Collapser(inElement:HTMLElement, initialState = false)
|
|||||||
inEvent.stopPropagation();
|
inEvent.stopPropagation();
|
||||||
if (userMode)
|
if (userMode)
|
||||||
{
|
{
|
||||||
inElement.style.height = "auto";
|
inElement.style.height = "";
|
||||||
|
inElement.style.width = "";
|
||||||
inElement.style.overflow = "visible";
|
inElement.style.overflow = "visible";
|
||||||
}
|
}
|
||||||
userDone(userMode);
|
userDone(userMode);
|
||||||
|
Loading…
Reference in New Issue
Block a user