Skip to content

Commit 8906bbe

Browse files
author
Rob Tjalma
authored
Merge pull request #119 from com-pas/locamation-plugin-default
Default Locamation Plugin disabled.
2 parents ca428ac + 67b1459 commit 8906bbe

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

public/js/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const officialPlugins = [
155155
name: 'Locamation VMU',
156156
src: '/src/menu/LocamationVMU.js',
157157
icon: 'edit_note',
158-
default: true,
158+
default: false,
159159
kind: 'menu',
160160
requireDoc: true,
161161
position: 'middle'

test/integration/__snapshots__/open-scd.test.snap.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -287,24 +287,6 @@ snapshots["open-scd looks like its snapshot"] =
287287
<mwc-linear-progress indeterminate="">
288288
</mwc-linear-progress>
289289
</mwc-list-item>
290-
<mwc-list-item
291-
aria-disabled="true"
292-
class="middle"
293-
disabled=""
294-
graphic="icon"
295-
iconid="edit_note"
296-
mwc-list-item=""
297-
tabindex="-1"
298-
>
299-
<mwc-icon slot="graphic">
300-
edit_note
301-
</mwc-icon>
302-
<span>
303-
Locamation VMU
304-
</span>
305-
<mwc-linear-progress indeterminate="">
306-
</mwc-linear-progress>
307-
</mwc-list-item>
308290
<li
309291
divider=""
310292
padded=""
@@ -980,7 +962,6 @@ snapshots["open-scd looks like its snapshot"] =
980962
hasmeta=""
981963
left=""
982964
mwc-list-item=""
983-
selected=""
984965
tabindex="-1"
985966
value="/src/menu/LocamationVMU.js"
986967
>

0 commit comments

Comments
 (0)