kopia lustrzana https://github.com/nextcloud/social
Workaround an issue in Composer when deleting the post's content and
it can't remove the last 'br'. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>pull/731/head
rodzic
34f8b1d8cc
commit
94e366c259
|
@ -90,7 +90,7 @@
|
|||
</masonry>
|
||||
|
||||
<div class="options">
|
||||
<input :value="currentVisibilityPostLabel" :disabled="post.length < 1" class="submit primary"
|
||||
<input :value="currentVisibilityPostLabel" :disabled="post.length < 1 || post==='br'" class="submit primary"
|
||||
type="submit" title="" data-original-title="Post">
|
||||
<div v-click-outside="hidePopoverMenu">
|
||||
<button :class="currentVisibilityIconClass" @click.prevent="togglePopoverMenu" />
|
||||
|
|
Ładowanie…
Reference in New Issue