mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 14:24:17 +01:00
Fix style.minWidth = undefined
This commit is contained in:
@@ -1494,7 +1494,7 @@ function ItemList(id) //{{{
|
|||||||
minHeight = Math.max(minHeight, divNodes.completions.getBoundingClientRect().bottom);
|
minHeight = Math.max(minHeight, divNodes.completions.getBoundingClientRect().bottom);
|
||||||
container.height = minHeight;
|
container.height = minHeight;
|
||||||
if (container.collapsed)
|
if (container.collapsed)
|
||||||
div.style.minWidth = undefined;
|
div.style.minWidth = "";
|
||||||
// FIXME: Belongs elsewhere.
|
// FIXME: Belongs elsewhere.
|
||||||
commandline.updateOutputHeight(false);
|
commandline.updateOutputHeight(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user