Skip to content

Commit

Permalink
Pass editor settings not editor when getting link class list setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgriffith committed May 8, 2020
1 parent 78af762 commit 14e680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/link/src/main/js/ui/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ define(
var win, onlyText, value;
var chooserElm, hrefCtrl;
var customStyleFormatsList = CustomStyleFormatsUtils.getCustomStyleFormats(editor);
var classList = Settings.getLinkClassList(editor);
var classList = Settings.getLinkClassList(editor.settings);

/*
* Toggles the visibility of the internal and external link controls
Expand Down

0 comments on commit 14e680f

Please sign in to comment.