Skip to content

Commit

Permalink
Merge pull request #977 from pulsar-edit/v1.116.0-release
Browse files Browse the repository at this point in the history
v1.116.0 Release
  • Loading branch information
confused-Techie authored Apr 16, 2024
2 parents 0b83471 + 68cedf0 commit a6fe2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pulsar",
"author": "Pulsar-Edit <[email protected]>",
"productName": "Pulsar",
"version": "1.115.0-dev",
"version": "1.116.0-dev",
"description": "A Community-led Hyper-Hackable Text Editor",
"branding": {
"id": "pulsar",
Expand Down
2 changes: 1 addition & 1 deletion src/style-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module.exports = class StyleManager {
// Allows us to utilize a direct callback, or if calling from outside
// StyleManager we can define a string that works
if (upgradeName === "math") {
cb = upgradeDeprecatedMathUsageForStyleSheet;
cb = transformDeprecatedMathUsage;
} else if (upgradeName === "selector") {
cb = transformDeprecatedShadowDOMSelectors;
} else if (typeof upgradeName === "function") {
Expand Down

0 comments on commit a6fe2bc

Please sign in to comment.