digitalbazaar / bedrock-vue-pdf417

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debounce window onresize code

dlongley opened this issue · comments

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.

Added in PR: #6