Skip to content

Commit

Permalink
More fixes to inline- links (re-initialize with old rel and target va…
Browse files Browse the repository at this point in the history
…lues if given)
  • Loading branch information
Nigel2392 committed Apr 18, 2024
1 parent 2877f4a commit b7f88cd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class WagtailLinkTool extends window.BaseWagtailChooserTool {
}
}

this.relSelect.value = wrapperTag.rel || '';
this.targetSelect.value = wrapperTag.target || '';

this.container.hidden = false;


Expand Down

0 comments on commit b7f88cd

Please sign in to comment.