fix(selection): fix jsdoc

This commit is contained in:
Eugeny 2026-01-19 00:55:11 +03:00
commit 62875455d6

View file

@ -57,7 +57,7 @@ export default class SelectionUtils {
public isFakeBackgroundEnabled = false;
/**
* Native Document's commands for fake background
* Native Document's command for fake background
*/
private readonly commandBackground: string = 'backColor';