mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
disable split space (#6640)
This commit is contained in:
parent
b24f507ac5
commit
98d9e9e37b
@ -183,7 +183,7 @@ export const workspaceLoader: LoaderFunction = async ({
|
||||
doc.description,
|
||||
...(isRequestGroup(doc) ? [] : [doc.url]),
|
||||
],
|
||||
{ splitSpace: true, loose: true }
|
||||
{ splitSpace: false, loose: true }
|
||||
)?.indexes);
|
||||
const shouldHide = Boolean(filter && !isMatched(filter));
|
||||
const hidden = parentIsCollapsed || shouldHide;
|
||||
|
Loading…
Reference in New Issue
Block a user