Skip to content

Commit

Permalink
chore: cleanup unused ref
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Aug 25, 2023
1 parent 4ea762a commit 30627f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
export let pathParser: JSONPathParser
let refNavigationBar: Element | undefined
let refEditButton: HTMLButtonElement | undefined
let editing = false
$: path = selection ? getFocusPath(selection) : []
Expand Down Expand Up @@ -117,7 +116,6 @@
class:editing
title={editing ? 'Cancel editing the selected path' : 'Edit the selected path'}
on:click={toggleEditing}
bind:this={refEditButton}
>
<span class="jse-navigation-bar-space">
<!-- ensure the right height (arrows have less height than the text) -->
Expand Down

0 comments on commit 30627f2

Please sign in to comment.