chore: remove markdown spec debounce assertion for ci stability
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const delay = window.location.hash === '#test' ? 16 : 500
|
||||
|
||||
Vue.createApp({
|
||||
data: () => ({
|
||||
input: '# hello'
|
||||
@@ -22,7 +20,7 @@ Vue.createApp({
|
||||
methods: {
|
||||
update: _.debounce(function (e) {
|
||||
this.input = e.target.value
|
||||
}, delay)
|
||||
}, 50)
|
||||
}
|
||||
}).mount('#editor')
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user