git ssb

10+

Matt McKegg / patchwork



Commit 2c560265d95bf0384c48f982264559ea3cb3e3a4

Merge branch 'master' of https://github.com/ssbc/patchwork

Matt McKegg committed on 6/25/2018, 1:52:19 AM
Parent: d513ed5cfa8254cfdde42c0391ea107d3ef9edd8
Parent: c5f6d4b2e10cd7e982bf992b7d83453647a2063b

Files changed

modules/message/html/compose.jschanged
modules/message/html/compose.jsView
@@ -165,8 +165,11 @@
165165
166166 // scoped
167167
168168 function publish () {
169+ if (!textArea.value) {
170+ return
171+ }
169172 publishing.set(true)
170173
171174 var content = extend(resolve(meta), {
172175 text: textArea.value,

Built with git-ssb-web