no output if no overflow or no scrolling
This commit is contained in:
@@ -115,7 +115,6 @@ if [[ "${1:-}" == "--pick" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if (( overflow == 0 )) || [[ "$layout" != "scrolling" ]]; then
|
if (( overflow == 0 )) || [[ "$layout" != "scrolling" ]]; then
|
||||||
printf '{"text":""}\n'
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user