mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592)
This commit is contained in:
@ -22,7 +22,7 @@ export default SelectKitHeaderComponent.extend({
|
||||
|
||||
@on("didRender")
|
||||
_positionFilter() {
|
||||
if (!this.get("shouldDisplayFilter")) return;
|
||||
if (!this.shouldDisplayFilter) return;
|
||||
|
||||
const $filter = this.$(".filter");
|
||||
$filter.width(0);
|
||||
|
Reference in New Issue
Block a user