Skip to content

Commit

Permalink
Do not automatically select the first keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
niektenhoopen committed Jul 29, 2024
1 parent e501bd8 commit c96405a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4,507 deletions.
4 changes: 2 additions & 2 deletions resources/js/field/FocusKeywords.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export default class FocusKeywords {
}

// Set the first keyword (if we have one) to be active
this.keywords.length && this.setActiveKeyword(0);
// this.keywords.length && this.setActiveKeyword(0);

// Fire the keywords change callback
this.onKeywordsChange();
// this.onKeywordsChange();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/css/settings.css

Large diffs are not rendered by default.

4,040 changes: 2 additions & 4,038 deletions src/web/assets/js/SeoField.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/js/SeoField.min.js.map

Large diffs are not rendered by default.

147 changes: 2 additions & 145 deletions src/web/assets/js/SeoFieldSettings.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/js/SeoFieldSettings.min.js.map

Large diffs are not rendered by default.

323 changes: 2 additions & 321 deletions src/web/assets/js/SeoSettings.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/js/SeoSettings.min.js.map

Large diffs are not rendered by default.

0 comments on commit c96405a

Please sign in to comment.