Fixed width of edit scheduled post UI (#31196)

Этот коммит содержится в:
Harshil Sharma
2025-05-30 10:20:29 +05:30
коммит произвёл GitHub
родитель e1c0c57d31
Коммит c9006b55e1
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@@ -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;
}