refactor: media-caption component as composition api #21
Loading…
Reference in a new issue
No description provided.
Delete branch ":refactor/media-caption"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Eslint will complain that
DriveFile
doesn't have acomment
property. I have a patch for misskey.js to fix that here:28f244479c
@ -12,3 +2,1 @@
<MkButton inline primary :disabled="remainingLength < 0" @click="ok">{{ $ts.ok }}</MkButton>
<MkButton inline @click="cancel" >{{ $ts.cancel }}</MkButton>
</div>
<MkModal ref="modal" @click="done(true)" @closed="$emit('closed')">
This should also use
emit
.