Skip to content

Commit 0b98fbb

Browse files
authored
Merge pull request #836 from DhruvGala/issue-796
added changes for consistent design
2 parents f75ed44 + 3fbe5c8 commit 0b98fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adapters/PublicLab.Woofmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ module.exports = function(textarea, _editor, _module) {
323323
};
324324

325325
$(
326-
".wk-commands button.woofmark-command-attachment, .wk-commands button.woofmark-command-image"
326+
".wk-commands button.woofmark-command-attachment, .wk-commands button.woofmark-command-image, .wk-commands button.woofmark-command-link"
327327
).click(wysiwyg.stylePrompt);
328328

329329
wysiwyg.style = function() {

0 commit comments

Comments
 (0)