fixes image preview close on disabled zoom button click

pull/4976/head^2
navedqb 2023-12-18 11:40:04 +05:30
parent f6c5cda987
commit 07e7fcf512
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ const css = `
justify-content: center;
align-items: center;
}
.p-image-action.p-disabled {
pointer-events: auto;
}
.p-image-preview {
transition: transform 0.15s;