Print.js icon indicating copy to clipboard operation
Print.js copied to clipboard

all images are ignored starting from google chrome version 108.

Open vlad909 opened this issue 2 years ago • 0 comments

  printJS({
                printable: 'layout-order', type: 'html', header: null,
                scanStyles: false, documentTitle: '  ', headerStyle: 'display: none !important',
                style: '#layout-order {font-size: 12px !important}',
                onPrintDialogClose: () => {
                    document.title = title
                }

other browsers do not show this behavior. OS and etc are not important

vlad909 avatar Dec 12 '22 14:12 vlad909