mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge pull request 'Enter new contexts by default' (#10) from feature/scoped-context into release/v8.2.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/10
This commit is contained in:
@ -497,9 +497,10 @@ namespace NSDoctRenderer
|
||||
|
||||
/**
|
||||
* Returns the current JS context.
|
||||
* @param enterContext Whether returned context should be entered or not.
|
||||
* @return The current JS context
|
||||
*/
|
||||
CDocBuilderContext GetContext();
|
||||
CDocBuilderContext GetContext(bool enterContext = true);
|
||||
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user