Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix: add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Aug 7, 2023
1 parent 39af95c commit a1179bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ window.onload = function () {
} else if (message[0] === "partial-rendering") {
console.log("Experimental feature: partial rendering enabled");
svgDoc.setPartialRendering(true);
return;
}

svgDoc.addChangement(message);
Expand Down

0 comments on commit a1179bd

Please sign in to comment.