vue-progressbar icon indicating copy to clipboard operation
vue-progressbar copied to clipboard

Detect progress

Open karneaud opened this issue 8 years ago • 1 comments

Is there any way to detect if the progress bar is already "start" "in progress" or "running" in the event that something triggers the progress bar start multiple times?

karneaud avatar Jan 30 '17 19:01 karneaud

For a quick fix, you can check this.$Progress.$vm.RADON_LOADING_BAR.options.show to see if it's currently showing. This works well enough for waiting for my use case of throttling infinite scroll (so don't fetch if progress bar is showing).

its-danny avatar Mar 03 '17 18:03 its-danny