mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Checkboxes weren't always being set properly.
Note to all, `set()` values for computed properties must return the new value the same as `get()` does.
This commit is contained in:
parent
73e4c6ae4d
commit
d87520a2cf
@ -34,6 +34,7 @@ export default Ember.Component.extend(BufferedContent, ScrollTop, {
|
||||
},
|
||||
set(value) {
|
||||
this.set('buffered.value', value ? 'true' : 'false');
|
||||
return value;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user