소스 검색

Removes extra new lines

main
Eric Amodio 3 년 전
부모
커밋
2c4bbaef80
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/views/viewBase.ts

+ 2
- 2
src/views/viewBase.ts 파일 보기

@ -129,8 +129,8 @@ export abstract class ViewBase<
}`;
} else {
item.tooltip.appendMarkdown(
`\n\n---\n\ncontext: \`${item.contextValue}\`\n\nnode: \`${node.toString()}\`${
parent != null ? `\n\nparent: \`${parent.toString()}\`` : ''
`\n\n---\n\ncontext: \`${item.contextValue}\`\\\nnode: \`${node.toString()}\`${
parent != null ? `\\\nparent: \`${parent.toString()}\`` : ''
}`,
);
}

불러오는 중...
취소
저장