mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-22 12:22:10 +03:00
Activate RISE-lab only on a probable jupyterlab_rise page
This commit is contained in:
parent
1a04832775
commit
64c27d5ad9
@ -20,7 +20,7 @@ class RISElab {
|
||||
}
|
||||
|
||||
isActive() {
|
||||
return true;
|
||||
return this.page.evaluate(_ => { return document.title == 'Rise' });
|
||||
}
|
||||
|
||||
async configure() {
|
||||
|
Loading…
Reference in New Issue
Block a user