Skip to content

Commit 4965253

Browse files
committed
1 parent cec100d commit 4965253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/process_meta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ preprocess_meta = function(o, cdt) {
4949
"xtab"
5050
}
5151
} else if ((npp == 1) && is.na(panel.labels[[1]])) {
52-
if (n > 1) {
52+
if (n > 1 || any(isdef)) {
5353
"wrap"
5454
} else {
5555
"none"

0 commit comments

Comments
 (0)