We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
line 420 in textAngularSetup:
Instead of setting to <p>, we should set it to "<" + ta.defaultWrap + ">".
<p>
"<" + ta.defaultWrap + ">"
The text was updated successfully, but these errors were encountered:
Good point.
I think I'll have to change this to wrapSelection('formatBlock', 'default'); as the best place to do this is in the taExecCommand module.
wrapSelection('formatBlock', 'default');
Thanks for pointing this out.
Sorry, something went wrong.
Cool! I was just thinking that you must have a better idea:)
On Sun, Nov 9, 2014 at 5:13 PM, Simeon Cheeseman notifications@github.com wrote:
Good point. I think I'll have to change this to wrapSelection('formatBlock', 'default'); as the best place to do this is in the taExecCommand module. Thanks for pointing this out. — Reply to this email directly or view it on GitHub #400 (comment) .
— Reply to this email directly or view it on GitHub #400 (comment) .
c0fad4d
No branches or pull requests
line 420 in textAngularSetup:
Instead of setting to
<p>
, we should set it to"<" + ta.defaultWrap + ">"
.The text was updated successfully, but these errors were encountered: