Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
autolink in editables
Browse files Browse the repository at this point in the history
closes #347
  • Loading branch information
sbalmer committed Apr 19, 2016
1 parent 80a2c26 commit d3f5f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/editable/helpers.js
Expand Up @@ -18,7 +18,8 @@ Template.editable.onRendered(function() {
anchor: {
linkValidation: true,
placeholderText: mf('editable.link.placeholder', "Paste link here...")
}
},
autoLink: true,
};
if (this.data.simple) {
options.disableReturn = true;
Expand Down

0 comments on commit d3f5f90

Please sign in to comment.