A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/24e63ba below:

fix option selecting (#1765) · vuematerial/vue-material@24e63ba · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-7

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-7

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

@@ -202,20 +202,15 @@

202 202

}

203 203 204 204

this.showMenu = true

205 -

this.$nextTick().then(() => {

205 +

this.$nextTick(() => {

206 206

this.triggerPopover = true

207 207

this.$emit('md-opened')

208 208

})

209 209

},

210 210

hideOptions () {

211 -

const clearPopover = () => {

211 +

this.$nextTick(() => {

212 212

this.triggerPopover = false

213 213

this.$emit('md-closed')

214 -

}

215 - 216 -

this.$nextTick().then(() => {

217 -

this.showMenu = false

218 -

this.$nextTick().then(clearPopover)

219 214

})

220 215

},

221 216

selectItem (item, $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