|
141 | 141 | v-for="(tab, tabIndex) in list.tabs"
|
142 | 142 | :href="opts.itemClickAction !== 'none' ? tab.url : null"
|
143 | 143 | :target="opts.itemClickAction !== 'none' ? '_blank' : null"
|
144 |
| - @click.self="itemClicked([list.index, tabIndex])" |
| 144 | + @click.stop="itemClicked([list.index, tabIndex])" |
145 | 145 | @contextmenu="rightClicked(list.index, tabIndex, $event)"
|
146 | 146 | class="list-item"
|
147 | 147 | :ref="'list-' + list.index + '-tab'"
|
@@ -426,10 +426,10 @@ export default {
|
426 | 426 | 'removeTabDirectly', 'setTitle', 'addList', 'setTabs',
|
427 | 427 | ]),
|
428 | 428 | ...mapActions([
|
429 |
| - 'showSnackbar', 'itemClicked', 'getLists', 'itemClicked', |
430 |
| - 'removeList', 'removeTab', 'restoreList', 'saveTitle', |
431 |
| - 'pinList', 'moveListUp', 'moveListDown', 'expandList', |
432 |
| - 'changeColor', 'tabMoved', 'setTags', |
| 429 | + 'showSnackbar', 'itemClicked', 'getLists', 'removeList', |
| 430 | + 'removeTab', 'restoreList', 'saveTitle', 'pinList', |
| 431 | + 'moveListUp', 'moveListDown', 'expandList', 'changeColor', |
| 432 | + 'tabMoved', 'setTags', |
433 | 433 | ]),
|
434 | 434 | init() {
|
435 | 435 | if (DEBUG) window.dl = this
|
|
0 commit comments