Don't send feedback on return
This commit is contained in:
@@ -54,9 +54,6 @@ module.exports = class FeedbackController extends BaseController
|
||||
else
|
||||
@$sendButton.attr 'disabled', 'disabled'
|
||||
|
||||
if event?.which is Key.Return and @$commentField.val().length > 0
|
||||
@onSendClicked()
|
||||
|
||||
onToggle: ->
|
||||
@$screen.off 'click'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user