Merge branch 'RED-8048' into 'master'
RED-8048: fixed disabled check icon for resize action. See merge request redactmanager/red-ui!255
This commit is contained in:
commit
ca13ba1a67
@ -121,7 +121,7 @@ export class PdfAnnotationActionsService {
|
||||
button.className = 'Button';
|
||||
button.style.setProperty('pointer-events', 'none');
|
||||
const img = document.createElement('img');
|
||||
img.src = 'ui/assets/icons/general/disabled-check.svg';
|
||||
img.src = this.#convertPath('/assets/icons/general/disabled-check.svg');
|
||||
button.appendChild(img);
|
||||
|
||||
return button;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user