Fixed width of edit scheduled post UI (#31196)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e1c0c57d31
Коммит
c9006b55e1
@@ -2,6 +2,7 @@
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
.ScheduledPostList {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
&.nonVirtualizedScheduledPostList {
|
||||
|
||||
@@ -262,6 +262,7 @@ const EditPost = ({editingPost, actions, canEditPost, config, channelId, draft,
|
||||
const handleEdit = async () => {
|
||||
if (scheduledPost) {
|
||||
await handleEditScheduledPost();
|
||||
afterSave?.();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user