digitalbazaar / bedrock-vue-pdf417

Other
1 stars 0 forks source link

Debounce window onresize code #7

Open dlongley opened 2 years ago

dlongley commented 2 years ago

Presumably the window resize event fires repetitiously when resizing a window on desktop via a dragging gesture. We should debounce the window onresize code to avoid firing more than once when this is happening.

JoshDunnDev commented 2 years ago

Added in PR: https://github.com/digitalbazaar/bedrock-vue-pdf417/pull/6