File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,16 +104,16 @@ export default Vue.extend({
104
104
},
105
105
methods: {
106
106
onClickAddButton(): void {
107
- this .handler ()
107
+ this .toggleScreen ()
108
108
},
109
109
onCollapseEditingScreen(): void {
110
- this .handler ()
111
- this .closeToReset ()
110
+ this .toggleScreen ()
111
+ this .resetEditingScreen ()
112
112
},
113
- handler (): void {
113
+ toggleScreen (): void {
114
114
this .isExpandedButton = ! this .isExpandedButton
115
115
},
116
- closeToReset (): void {
116
+ resetEditingScreen (): void {
117
117
this .editPageValue = {
118
118
isHidden: false ,
119
119
lessonId: ' ' ,
@@ -182,7 +182,7 @@ export default Vue.extend({
182
182
materialsUrl: materialUrl
183
183
}
184
184
}
185
- this .handler ()
185
+ this .toggleScreen ()
186
186
}
187
187
}
188
188
})
You can’t perform that action at this time.
0 commit comments