-
- Downloads
Truncate the query string if it's too long
Use hard-coded limit to keep it simple. An alternative is to dynamically calculate the width of the visible area and use it as the limit, but it can cause unwanted truncation of the query on screen resize/split.
Please register or sign in to comment