Remove caption editor

This commit is contained in:
Evan Hahn 2021-11-09 18:25:29 -06:00 committed by GitHub
parent 6e394a84d6
commit 37992715cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 7 additions and 512 deletions

View file

@ -24,7 +24,6 @@ const Util = require('../../ts/util');
const {
AttachmentList,
} = require('../../ts/components/conversation/AttachmentList');
const { CaptionEditor } = require('../../ts/components/CaptionEditor');
const { ChatColorPicker } = require('../../ts/components/ChatColorPicker');
const {
ConfirmationDialog,
@ -329,7 +328,6 @@ exports.setup = (options = {}) => {
const Components = {
AttachmentList,
CaptionEditor,
ChatColorPicker,
ConfirmationDialog,
ContactDetail,