Remove caption editor
This commit is contained in:
parent
6e394a84d6
commit
37992715cd
14 changed files with 7 additions and 512 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -79,7 +79,6 @@ import { ConversationModel } from './models/conversations';
|
|||
import { combineNames } from './util';
|
||||
import { BatcherType } from './util/batcher';
|
||||
import { AttachmentList } from './components/conversation/AttachmentList';
|
||||
import { CaptionEditor } from './components/CaptionEditor';
|
||||
import { ChatColorPicker } from './components/ChatColorPicker';
|
||||
import { ConfirmationDialog } from './components/ConfirmationDialog';
|
||||
import { ContactDetail } from './components/conversation/ContactDetail';
|
||||
|
@ -389,7 +388,6 @@ declare global {
|
|||
};
|
||||
Components: {
|
||||
AttachmentList: typeof AttachmentList;
|
||||
CaptionEditor: typeof CaptionEditor;
|
||||
ChatColorPicker: typeof ChatColorPicker;
|
||||
ConfirmationDialog: typeof ConfirmationDialog;
|
||||
ContactDetail: typeof ContactDetail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue