We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a92f6b9 + 97a55c3 commit 7ca6de4Copy full SHA for 7ca6de4
designer/src/path-bar/path-bar-view.ts
@@ -60,7 +60,7 @@ export class PathBarView {
60
const separator = Dom.element('span', {
61
class: 'sqd-path-bar-separator'
62
});
63
- separator.innerText = (index === startIndex) ? '...' : '/';
+ separator.innerText = index === startIndex ? '...' : '/';
64
this.items.appendChild(separator);
65
}
66
const item = Dom.element('span', {
0 commit comments