File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/components/file_system_interface Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ export default {
103
103
let fileName = this .parseFileName (data)
104
104
// if valid fileName
105
105
if (fileName) {
106
- // $set is not available in Vue3
107
- // this.$set(this.$store.state.projects, this.$store.state.activeTab, {
108
- // filename: fileName,
109
- // lastSavedLocation: data
110
- // })
111
-
112
106
// Modified to remove use of this.$set, no longer needed in Vue3
113
107
this .addProject ({
114
108
filename: fileName,
@@ -117,7 +111,6 @@ export default {
117
111
118
112
let state = this .$store .state
119
113
let routes = state .routes
120
- console .log (state);
121
114
122
115
// for each route call parseAndDelete on htmlList
123
116
// eslint-disable-next-line no-unused-vars
You can’t perform that action at this time.
0 commit comments