git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 957964085af70face2c01919aba9f5032f4fdd8f

fix cancelling link preview

Matt McKegg committed on 10/18/2017, 2:26:24 AM
Parent: 60000ec734ec84dab4b2b19eb518cb6689764bfc

Files changed

main-window.jschanged
modules/app/link-preview.jschanged
main-window.jsView
@@ -214,10 +214,9 @@
214214 return element
215215 }
216216
217217 function setView (href, anchor) {
218- currentHover.cancel()
219- previewElement.set(null)
218+ previewElement.cancel()
220219 views.setView(href, anchor)
221220 }
222221
223222 function getExternalHandler (key, cb) {
modules/app/link-preview.jsView
@@ -66,7 +66,12 @@

Built with git-ssb-web