Skip to content

textmode.js / Textmodifier / pop

Method: pop()

ts
pop(): void;

Restore the most recently saved rendering state from the state stack. Use with push to isolate style changes within a block.

Returns

void

Example