Skip to content

Commit

Permalink
fix: open modal by default when editing pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjensen committed Aug 13, 2024
1 parent 62ddee1 commit 0fb0b56
Show file tree
Hide file tree
Showing 5 changed files with 8,792 additions and 5,274 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.validate": [
"javascript",
Expand All @@ -17,4 +17,4 @@
"less.validate": false,
"scss.validate": false,
"stylelint.configFile": "node_modules/@wordpress/scripts/config/.stylelintrc.json"
}
}
Loading

0 comments on commit 0fb0b56

Please sign in to comment.