mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
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