Commit 781f865 1 parent 5eb8b20 commit 781f865 Copy full SHA for 781f865
File tree 2 files changed +220
-154
lines changed
editor/src/main/java/com/canopas/editor/ui/data
2 files changed +220
-154
lines changed Original file line number Diff line number Diff line change 89
89
}
90
90
},
91
91
{
92
- "insert" : " Item 1" ,
92
+ "insert" : " Item 1\n " ,
93
93
"attributes" : {
94
94
"list" : " bullet"
95
95
}
96
96
},
97
97
{
98
- "insert" : " \n " ,
99
- "attributes" : {}
100
- },
101
- {
102
- "insert" : " Item 2" ,
98
+ "insert" : " Item 2\n " ,
103
99
"attributes" : {
104
100
"list" : " bullet"
105
101
}
106
102
},
107
103
{
108
- "insert" : " \n " ,
109
- "attributes" : {}
104
+ "insert" : " Item 3\n " ,
105
+ "attributes" : {
106
+ "list" : " bullet"
107
+ }
110
108
},
111
109
{
112
- "insert" : " Item 3 " ,
110
+ "insert" : " Item 4 \n " ,
113
111
"attributes" : {
114
112
"list" : " bullet"
115
113
}
116
114
},
117
115
{
118
- "insert" : " \n " ,
119
- "attributes" : {}
116
+ "insert" : " Item 5\n " ,
117
+ "attributes" : {
118
+ "list" : " bullet"
119
+ }
120
120
},
121
121
{
122
- "insert" : " Item 4 \n " ,
122
+ "insert" : " Item 6 \n " ,
123
123
"attributes" : {
124
124
"list" : " bullet"
125
125
}
You can’t perform that action at this time.
0 commit comments