Bump Trix to ^1.2.0

Adds an attachment button to the Trix toolbar that improves overall file upload usability, especially on mobile devices where files can't be dragged / dropped.

References:
- https://github.com/basecamp/trix/releases/tag/1.2.0
- https://github.com/basecamp/trix/pull/619
- https://github.com/basecamp/trix/issues/582
This commit is contained in:
Javan Makhmali 2019-07-30 10:12:14 -04:00
parent 004f223f33
commit aa00aec32a
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
"@rails/activestorage": "^6.0.0-alpha"
},
"peerDependencies": {
"trix": "^1.0.0"
"trix": "^1.2.0"
}
}