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/c11f0db211aa2c45209a4081ae4e02337ec55015 below:

fix range selection of b-table (#6606) · bootstrap-vue/bootstrap-vue@c11f0db · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -231,7 +231,7 @@ export const selectableMixin = Vue.extend({

231 231

selectedRows = []

232 232

selected = true

233 233

}

234 -

this.selectedLastRow = selected ? index : -1

234 +

if (selected) this.selectedLastRow = index

235 235

}

236 236

}

237 237

selectedRows[index] = selected

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