mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
@ -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 ?
|
||||
|
Reference in New Issue
Block a user