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