summaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.ts')
-rw-r--r--src/webview/recipe.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/webview/recipe.ts b/src/webview/recipe.ts
index d6db39779..a35a99699 100644
--- a/src/webview/recipe.ts
+++ b/src/webview/recipe.ts
@@ -32,11 +32,7 @@ import {
32 NotificationsHandler, 32 NotificationsHandler,
33 notificationsClassDefinition, 33 notificationsClassDefinition,
34} from './notifications'; 34} from './notifications';
35import { 35import { getDisplayMediaSelector, screenShareJs } from './screenshare';
36 getDisplayMediaSelector,
37 screenShareCss,
38 screenShareJs,
39} from './screenshare';
40import SessionHandler from './sessionHandler'; 36import SessionHandler from './sessionHandler';
41import { 37import {
42 getSpellcheckerLocaleByFuzzyIdentifier, 38 getSpellcheckerLocaleByFuzzyIdentifier,
@@ -267,7 +263,6 @@ class RecipeController {
267 263
268 async loadUserFiles(recipe, config) { 264 async loadUserFiles(recipe, config) {
269 const styles = document.createElement('style'); 265 const styles = document.createElement('style');
270 styles.innerHTML = screenShareCss;
271 266
272 const userCss = join(recipe.path, 'user.css'); 267 const userCss = join(recipe.path, 'user.css');
273 if (pathExistsSync(userCss)) { 268 if (pathExistsSync(userCss)) {