A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/010ab3180eaeb9f43e9c922fb6e47419504b8f99 below:

selected table header text no longer prevents table row… · bootstrap-vue/bootstrap-vue@010ab31 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+7

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+7

-1

lines changed Original file line number Diff line number Diff line change

@@ -124,9 +124,15 @@ export const tbodyMixin = Vue.extend({

124 124

}

125 125

},

126 126

onTBodyRowClicked(event) {

127 +

const { $refs } = this

128 +

const tbody = $refs.tbody ? $refs.tbody.$el || $refs.tbody : null

127 129

// Don't emit event when the table is busy, the user clicked

128 130

// on a non-disabled control or is selecting text

129 -

if (this.tbodyRowEventStopped(event) || filterEvent(event) || textSelectionActive(this.$el)) {

131 +

if (

132 +

this.tbodyRowEventStopped(event) ||

133 +

filterEvent(event) ||

134 +

textSelectionActive(tbody || this.$el)

135 +

) {

130 136

return

131 137

}

132 138

this.emitTbodyRowEvent(EVENT_NAME_ROW_CLICKED, event)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4