Keymap โ€บ popScope

Keymap.popScope() method

Remove a scope from the scope stack. If the given scope is active, the next scope in the stack will be made active.

Signature:

popScope(scope: Scope): void;

Parameters

ParameterTypeDescription
scopeScope

Returns:

void