git ssb

10+

Matt McKegg / patchwork



Commit 91ec8a3b72cb5bceec21ae9dbebdc340060b92dd

Fix menu popup regression

Christian Bundy committed on 5/3/2018, 2:54:29 PM
Parent: 65ce43c530961dac5a312bda0a2f882c2b075ac7

Files changed

main-window.jschanged
main-window.jsView
@@ -202,12 +202,12 @@
202202 }
203203 }
204204 }
205205 }))
206- menu.popup(electron.remote.getCurrentWindow(), {
206+ menu.popup({
207+ window: electron.remote.getCurrentWindow(),
207208 x: Math.round(rects.left * factor),
208209 y: Math.round(rects.bottom * factor) + 4,
209- async: true
210210 })
211211 })
212212 }
213213 }, title)

Built with git-ssb-web