parent
141c9fcdc9
commit
39973386c6
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class PostEditSidebarControl extends events.EventTarget {
|
|||
detail: {
|
||||
post: this._post,
|
||||
|
||||
safety: this._safetyButtonNodes.legnth ?
|
||||
safety: this._safetyButtonNodes.length ?
|
||||
Array.from(this._safetyButtonNodes)
|
||||
.filter(node => node.checked)[0]
|
||||
.value.toLowerCase() :
|
||||
|
|
Loading…
Reference in a new issue