We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37182fe commit f0c9096Copy full SHA for f0c9096
2 files changed
.github/actions/prepare/action.yml
@@ -29,9 +29,4 @@ runs:
29
- name: ESLint
30
shell: bash
31
run: |
32
- pnpm lint
33
-
34
- - name: Unit test
35
- shell: bash
36
- run: |
37
- pnpm test
+ pnpm lint
packages/core/src/Overlay.vue
@@ -228,8 +228,6 @@ export default {
228
},
229
)
230
231
- console.log('_url', _url)
232
233
if (this.disableInspectorOnEditorOpen)
234
promise.then(this.disable)
235
0 commit comments