File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 759759 {/if }
760760
761761 {#if linkInterception .menuState }
762- <LinkContextMenu
763- url ={linkInterception .menuState .url }
764- linkText ={linkInterception .menuState .linkText }
765- anchorRect ={linkInterception .menuState .anchorRect }
766- onClose ={linkInterception .closeMenu }
767- />
762+ {#key linkInterception .menuState .url + linkInterception .menuState .anchorRect .top }
763+ <LinkContextMenu
764+ url ={linkInterception .menuState .url }
765+ linkText ={linkInterception .menuState .linkText }
766+ anchorRect ={linkInterception .menuState .anchorRect }
767+ onClose ={linkInterception .closeMenu }
768+ />
769+ {/ key }
768770 {/if }
769771
770772 {#if highlights .popoverState }
Original file line number Diff line number Diff line change 414414 onClose ={() => (tagMenuOpen = false )}
415415 />
416416 {/if }
417+ </header >
417418
418- {#if linkInterception .menuState }
419+ {#if linkInterception .menuState }
420+ {#key linkInterception .menuState .url + linkInterception .menuState .anchorRect .top }
419421 <LinkContextMenu
420422 url ={linkInterception .menuState .url }
421423 linkText ={linkInterception .menuState .linkText }
422424 anchorRect ={linkInterception .menuState .anchorRect }
423425 onClose ={linkInterception .closeMenu }
424426 />
425- {/if }
426- </ header >
427+ {/ key }
428+ { /if }
427429
428430 {#if styleMenuOpen }
429431 <div class =" style-toolbar-fixed" >
You can’t perform that action at this time.
0 commit comments