blockly > utils > dom > stopTextWidthCache

utils.dom.stopTextWidthCache() function

Stop caching field widths. Unless caching was already on when the corresponding call to startTextWidthCache was made.

Signature:

export declare function stopTextWidthCache(): void;

Returns:

void