mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
missed insiders-only check removal (#8184)
This commit is contained in:
@@ -447,9 +447,7 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
|||||||
protected initNavSection(): void {
|
protected initNavSection(): void {
|
||||||
this._navProvider = this.notebookService.getNavigationProvider(this._notebookParams.notebookUri);
|
this._navProvider = this.notebookService.getNavigationProvider(this._notebookParams.notebookUri);
|
||||||
|
|
||||||
if (this.environmentService.appQuality !== 'stable' &&
|
if (this.contextKeyService.getContextKeyValue('bookOpened') && this._navProvider) {
|
||||||
this.contextKeyService.getContextKeyValue('bookOpened') &&
|
|
||||||
this._navProvider) {
|
|
||||||
this._navProvider.getNavigation(this._notebookParams.notebookUri).then(result => {
|
this._navProvider.getNavigation(this._notebookParams.notebookUri).then(result => {
|
||||||
this.navigationResult = result;
|
this.navigationResult = result;
|
||||||
this.addButton(localize('previousButtonLabel', "< Previous"),
|
this.addButton(localize('previousButtonLabel', "< Previous"),
|
||||||
|
|||||||
Reference in New Issue
Block a user