Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update showPaginator #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

robertwenink
Copy link

Paginator is not hidden when style is inherited. Better to set display to 'none' explicitly.

Paginator is not hidden when style is inherited. Better to set display to 'none' explicitly.
added / to path. Otherwise, workerSrc not found if baseUrl does not end with /
Copy link
Owner

@anvithks anvithks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @robertwenink
Please check my comments. Will merge the PR once the results are confirmed.

if(hidePaginator) return
paginator.style.display = 'block';
if(hidePaginator) {
paginator.style.display = 'none';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!.

layouts/shortcodes/embed-pdf.html Show resolved Hide resolved
Make the loading wrapper float left, such that the download button is not pushed down during loading but stays in its location.
@sonarcloud
Copy link

sonarcloud bot commented Aug 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@anvithks
Copy link
Owner

@robertwenink I haven't been able to get around to verifying this PR on my demo. I will try to spend sometime soon and merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants