Closed panjinbo closed 2 months ago
Describe the bug I do not know whether this is expected by design or not.
https://github.com/nunocoracao/blowfish/blob/main/assets/js/search.js#L77
search.js L77 it prevent default if the search box is not open.
However this would prevent comment text box using "enter" to have a new line.
I have duplicated that file in my project and removed L77 and now the comment can have a new line
https://github.com/nunocoracao/blowfish/pull/1693 related pull request
Describe the bug I do not know whether this is expected by design or not.
https://github.com/nunocoracao/blowfish/blob/main/assets/js/search.js#L77
search.js L77 it prevent default if the search box is not open.
However this would prevent comment text box using "enter" to have a new line.
I have duplicated that file in my project and removed L77 and now the comment can have a new line