Skip to content

Commit

Permalink
Merge pull request #447 from padmkris123/uxp-v7.3
Browse files Browse the repository at this point in the history
Fixing broken links
  • Loading branch information
padmkris123 committed Oct 10, 2023
2 parents 0c41dda + dc17618 commit ac3c191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/ps_reference/changelog/index.md
Expand Up @@ -73,7 +73,7 @@ UXP hybrid plugins can now [access the suites of functionality made available vi
#### New
- Adobe [Extensibility Metadata Platform (XMP)](../../uxp-api/reference-js/Modules/uxp/XMP/getting-started/index.md) support
- [pointer-events: none](https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events) `CSS` property
- Support for `pseudoElement` in [getComputedStyle(element, pseudoElement)](../../uxp-api/reference-js/Global%20Members/HTML%20DOM/getComputedStyle.md) API
- Support for `pseudoElement` in [getComputedStyle(element, pseudoElement)](../../uxp-api/reference-js/Global%20Members/HTML%20DOM/getComputedStyle) API

#### Updated
- Support of [Spectrum Web Component (SWC)](../../uxp-api/reference-spectrum/swc/) in UXP is moving out of Beta.
Expand Down
@@ -1,4 +1,4 @@

import Content from "uxp-documentation/src/pages/uxp-api/reference-js/Global Members/HTML DOM/getComputedStyle.md";
import Content from "uxp-documentation/src/pages/uxp-api/reference-js/Global Members/HTML DOM/getComputedStyle";

<Content query="product=photoshop"/>

0 comments on commit ac3c191

Please sign in to comment.