parent
b862035fbc
commit
b8fddd96c8
@ -160,7 +160,7 @@ class SettingsPopupPreview {
|
||||
const source = new TextSourceRange(range, range.toString(), null);
|
||||
|
||||
try {
|
||||
await this.frontend.searchSource(source, 'script');
|
||||
await this.frontend.onSearchSource(source, 'script');
|
||||
} finally {
|
||||
source.cleanup();
|
||||
}
|
||||
|
@ -119,6 +119,7 @@
|
||||
|
||||
<script src="/mixed/js/core.js"></script>
|
||||
<script src="/mixed/js/dom.js"></script>
|
||||
<script src="/mixed/js/text-scanner.js"></script>
|
||||
|
||||
<script src="/fg/js/api.js"></script>
|
||||
<script src="/fg/js/document.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user