DEV: don't use _ cause property is observed

Followup on fcc5ef96
This commit is contained in:
Sam Saffron 2020-04-02 10:21:57 +11:00
parent cdaa60b56b
commit cade4957ae
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export function _clearSnapshots() {
}
export default DropdownSelectBoxComponent.extend({
_seq: 0,
seq: 0,
pluginApiIdentifiers: ["composer-actions"],
classNames: ["composer-actions"],
@ -31,7 +31,7 @@ export default DropdownSelectBoxComponent.extend({
},
contentChanged() {
this.set("_seq", this._seq + 1);
this.set("seq", this.seq + 1);
},
didReceiveAttrs() {
@ -62,7 +62,7 @@ export default DropdownSelectBoxComponent.extend({
return {};
},
content: computed("_seq", function() {
content: computed("seq", function() {
let items = [];
if (