Skip to content

Commit 933ff76

Browse files
update default file tree text to multiline format with indentation
1 parent 0c5abc0 commit 933ff76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pods/canvas/model/inline-editable.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const defaultTextValueMap: Partial<Record<ShapeType, string>> = {
117117
gauge: '10%',
118118
buttonBar: 'Button 1, Button 2, Button 3',
119119
tabsBar: 'Tab 1, Tab 2, Tab 3',
120-
fileTree: '+ Folder 1, - Subfolder, * File, + Folder 2',
120+
fileTree: '+ Folder 1\n - Subfolder\n * File\n+ Folder 2\n',
121121
link: 'Link',
122122
chip: 'Chip',
123123
timepickerinput: 'hh:mm',

0 commit comments

Comments
 (0)