If press enter button the source code would add <p> at the end;
If press shift+enter the source code would add <br> at the end.
now I want to just press enter button, then add <br> not <p>, which js file do I need to modify? and how?
thank you
If press shift+enter the source code would add <br> at the end.
now I want to just press enter button, then add <br> not <p>, which js file do I need to modify? and how?
thank you
RE: <p> and <br>question
RE: <p> and <br>question
just change it to true then ok.
thank you