sashimi-webapp/src/logic/inputHandler/DocumentPrinter/core.js
Function print
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
print(markdownData) {
const printFrame = window.open(frame.url, frame.target, frame.feature);
documentBuilder.rebuild(printFrame);
documentBuilder.addStyles(printFrame, [
'/styles/markdown-pages.css',