@@ -18,7 +18,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
18
18
data-submenu = { true }
19
19
id = " File"
20
20
>
21
- <a
21
+ <div
22
22
className = " mo-menu__content"
23
23
>
24
24
<span
@@ -29,7 +29,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
29
29
<span
30
30
className = " mo-menu__indicator codicon codicon-chevron-right"
31
31
/>
32
- </a >
32
+ </div >
33
33
<ul
34
34
className = " mo-menu mo-menu--vertical mo-sub-menu"
35
35
id = " File"
@@ -45,7 +45,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
45
45
id = " New File"
46
46
onClick = { [Function ]}
47
47
>
48
- <a
48
+ <div
49
49
className = " mo-menu__content"
50
50
>
51
51
<span
@@ -54,14 +54,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
54
54
>
55
55
New File
56
56
</span >
57
- </a >
57
+ </div >
58
58
</li >
59
59
<li
60
60
className = " mo-menu__item"
61
61
id = " OpenFile"
62
62
onClick = { [Function ]}
63
63
>
64
- <a
64
+ <div
65
65
className = " mo-menu__content"
66
66
>
67
67
<span
@@ -70,7 +70,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
70
70
>
71
71
Open
72
72
</span >
73
- </a >
73
+ </div >
74
74
</li >
75
75
</ul >
76
76
</li >
@@ -79,7 +79,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
79
79
data-submenu = { true }
80
80
id = " Edit"
81
81
>
82
- <a
82
+ <div
83
83
className = " mo-menu__content"
84
84
>
85
85
<span
@@ -90,7 +90,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
90
90
<span
91
91
className = " mo-menu__indicator codicon codicon-chevron-right"
92
92
/>
93
- </a >
93
+ </div >
94
94
<ul
95
95
className = " mo-menu mo-menu--vertical mo-sub-menu"
96
96
id = " Edit"
@@ -106,7 +106,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
106
106
id = " Undo"
107
107
onClick = { [Function ]}
108
108
>
109
- <a
109
+ <div
110
110
className = " mo-menu__content"
111
111
>
112
112
<span
@@ -115,14 +115,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
115
115
>
116
116
Undo
117
117
</span >
118
- </a >
118
+ </div >
119
119
</li >
120
120
<li
121
121
className = " mo-menu__item"
122
122
id = " Redo"
123
123
onClick = { [Function ]}
124
124
>
125
- <a
125
+ <div
126
126
className = " mo-menu__content"
127
127
>
128
128
<span
@@ -131,7 +131,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
131
131
>
132
132
Redo
133
133
</span >
134
- </a >
134
+ </div >
135
135
</li >
136
136
</ul >
137
137
</li >
@@ -140,7 +140,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
140
140
data-submenu = { true }
141
141
id = " Selection"
142
142
>
143
- <a
143
+ <div
144
144
className = " mo-menu__content"
145
145
>
146
146
<span
@@ -151,7 +151,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
151
151
<span
152
152
className = " mo-menu__indicator codicon codicon-chevron-right"
153
153
/>
154
- </a >
154
+ </div >
155
155
<ul
156
156
className = " mo-menu mo-menu--vertical mo-sub-menu"
157
157
id = " Selection"
@@ -167,7 +167,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
167
167
id = " SelectAll"
168
168
onClick = { [Function ]}
169
169
>
170
- <a
170
+ <div
171
171
className = " mo-menu__content"
172
172
>
173
173
<span
@@ -176,14 +176,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
176
176
>
177
177
Select All
178
178
</span >
179
- </a >
179
+ </div >
180
180
</li >
181
181
<li
182
182
className = " mo-menu__item"
183
183
id = " CopyLineUp"
184
184
onClick = { [Function ]}
185
185
>
186
- <a
186
+ <div
187
187
className = " mo-menu__content"
188
188
>
189
189
<span
@@ -192,7 +192,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
192
192
>
193
193
Copy Line Up
194
194
</span >
195
- </a >
195
+ </div >
196
196
</li >
197
197
</ul >
198
198
</li >
@@ -201,7 +201,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
201
201
data-submenu = { true }
202
202
id = " View"
203
203
>
204
- <a
204
+ <div
205
205
className = " mo-menu__content"
206
206
>
207
207
<span
@@ -212,7 +212,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
212
212
<span
213
213
className = " mo-menu__indicator codicon codicon-chevron-right"
214
214
/>
215
- </a >
215
+ </div >
216
216
<ul
217
217
className = " mo-menu mo-menu--vertical mo-sub-menu"
218
218
id = " View"
@@ -228,7 +228,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
228
228
id = " Command Palette"
229
229
onClick = { [Function ]}
230
230
>
231
- <a
231
+ <div
232
232
className = " mo-menu__content"
233
233
>
234
234
<span
@@ -237,14 +237,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
237
237
>
238
238
Command Palette
239
239
</span >
240
- </a >
240
+ </div >
241
241
</li >
242
242
<li
243
243
className = " mo-menu__item"
244
244
id = " OpenView"
245
245
onClick = { [Function ]}
246
246
>
247
- <a
247
+ <div
248
248
className = " mo-menu__content"
249
249
>
250
250
<span
@@ -253,14 +253,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
253
253
>
254
254
Open View
255
255
</span >
256
- </a >
256
+ </div >
257
257
</li >
258
258
<li
259
259
className = " mo-menu__item"
260
260
data-submenu = { true }
261
261
id = " Appearance"
262
262
>
263
- <a
263
+ <div
264
264
className = " mo-menu__content"
265
265
>
266
266
<span
@@ -271,7 +271,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
271
271
<span
272
272
className = " mo-menu__indicator codicon codicon-chevron-right"
273
273
/>
274
- </a >
274
+ </div >
275
275
<ul
276
276
className = " mo-menu mo-menu--vertical mo-sub-menu"
277
277
id = " Appearance"
@@ -287,7 +287,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
287
287
id = " ShowMenuBar"
288
288
onClick = { [Function ]}
289
289
>
290
- <a
290
+ <div
291
291
className = " mo-menu__content"
292
292
>
293
293
<span
@@ -299,14 +299,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
299
299
>
300
300
Show Menu Bar
301
301
</span >
302
- </a >
302
+ </div >
303
303
</li >
304
304
<li
305
305
className = " mo-menu__item"
306
306
id = " ShowSideBar"
307
307
onClick = { [Function ]}
308
308
>
309
- <a
309
+ <div
310
310
className = " mo-menu__content"
311
311
>
312
312
<span
@@ -318,14 +318,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
318
318
>
319
319
Show Side Bar
320
320
</span >
321
- </a >
321
+ </div >
322
322
</li >
323
323
<li
324
324
className = " mo-menu__item"
325
325
id = " ShowStatusBar"
326
326
onClick = { [Function ]}
327
327
>
328
- <a
328
+ <div
329
329
className = " mo-menu__content"
330
330
>
331
331
<span
@@ -337,14 +337,14 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
337
337
>
338
338
Show Status Bar
339
339
</span >
340
- </a >
340
+ </div >
341
341
</li >
342
342
<li
343
343
className = " mo-menu__item"
344
344
id = " ShowActivityBar"
345
345
onClick = { [Function ]}
346
346
>
347
- <a
347
+ <div
348
348
className = " mo-menu__content"
349
349
>
350
350
<span
@@ -356,7 +356,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
356
356
>
357
357
Show Activity Bar
358
358
</span >
359
- </a >
359
+ </div >
360
360
</li >
361
361
</ul >
362
362
</li >
@@ -367,7 +367,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
367
367
data-submenu = { true }
368
368
id = " Run"
369
369
>
370
- <a
370
+ <div
371
371
className = " mo-menu__content"
372
372
>
373
373
<span
@@ -378,7 +378,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
378
378
<span
379
379
className = " mo-menu__indicator codicon codicon-chevron-right"
380
380
/>
381
- </a >
381
+ </div >
382
382
<ul
383
383
className = " mo-menu mo-menu--vertical mo-sub-menu"
384
384
id = " Run"
@@ -394,7 +394,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
394
394
id = " RunTask"
395
395
onClick = { [Function ]}
396
396
>
397
- <a
397
+ <div
398
398
className = " mo-menu__content"
399
399
>
400
400
<span
@@ -403,7 +403,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
403
403
>
404
404
Run Task
405
405
</span >
406
- </a >
406
+ </div >
407
407
</li >
408
408
</ul >
409
409
</li >
@@ -412,7 +412,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
412
412
data-submenu = { true }
413
413
id = " Help"
414
414
>
415
- <a
415
+ <div
416
416
className = " mo-menu__content"
417
417
>
418
418
<span
@@ -423,7 +423,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
423
423
<span
424
424
className = " mo-menu__indicator codicon codicon-chevron-right"
425
425
/>
426
- </a >
426
+ </div >
427
427
<ul
428
428
className = " mo-menu mo-menu--vertical mo-sub-menu"
429
429
id = " Help"
@@ -439,7 +439,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
439
439
id = " About"
440
440
onClick = { [Function ]}
441
441
>
442
- <a
442
+ <div
443
443
className = " mo-menu__content"
444
444
>
445
445
<span
@@ -448,7 +448,7 @@ exports[`Test the Menu Component Match the List snapshot 1`] = `
448
448
>
449
449
About
450
450
</span >
451
- </a >
451
+ </div >
452
452
</li >
453
453
</ul >
454
454
</li >
0 commit comments