Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Aug 11, 2023
1 parent 4970943 commit 452ee5e
Show file tree
Hide file tree
Showing 2 changed files with 6,102 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/js/data/settings-transforms-data-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ class TransformSettingsDataBlock extends FontObjectData {

let ref = layer.importedVariant;
if (ref && ref._computedPath && refPath // Make sure path data has been computed and is available
&& !layer._isCircular
&& layer.Get(IDS.DO_EXPORT)) {
&& !layer._isCircular && layer.Get(IDS.DO_EXPORT)) {

let
layerCP,
Expand Down
Loading

0 comments on commit 452ee5e

Please sign in to comment.