feat(controlManager): add getter for letter spacing value
This commit is contained in:
@@ -43,6 +43,10 @@ export class TypographyControlManager {
|
|||||||
get height() {
|
get height() {
|
||||||
return this.#controls.get('line_height')?.instance.value;
|
return this.#controls.get('line_height')?.instance.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get spacing() {
|
||||||
|
return this.#controls.get('letter_spacing')?.instance.value;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user