Handle alt+enter in the spoiler input as shortcut for secondary post
Fixes #780
This commit is contained in:
		@@ -437,6 +437,7 @@ class Composer extends React.Component {
 | 
			
		||||
          intl={intl}
 | 
			
		||||
          onChange={handleChangeSpoiler}
 | 
			
		||||
          onSubmit={handleSubmit}
 | 
			
		||||
          onSecondarySubmit={handleSecondarySubmit}
 | 
			
		||||
          text={spoilerText}
 | 
			
		||||
          ref={handleRefSpoilerText}
 | 
			
		||||
        />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user