client/posts: fix editing post relations
Regression since e725f4f9
This commit is contained in:
parent
e725f4f99c
commit
6cc18be68d
@ -274,7 +274,8 @@ class PostEditSidebarControl extends events.EventTarget {
|
||||
undefined,
|
||||
|
||||
relations: this._relationsInputNode ?
|
||||
misc.splitByWhitespace(this._relationsInputNode.value) :
|
||||
misc.splitByWhitespace(this._relationsInputNode.value)
|
||||
.map(x => parseInt(x)) :
|
||||
undefined,
|
||||
|
||||
content: this._newPostContent ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user