Eric Amodio 4 лет назад
Родитель
Сommit
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()}\`` : ''
}`,
);
}

Загрузка…
Отмена
Сохранить