diff --git a/light9/fade/Light9FadeUi.ts b/light9/fade/Light9FadeUi.ts --- a/light9/fade/Light9FadeUi.ts +++ b/light9/fade/Light9FadeUi.ts @@ -1,13 +1,12 @@ -import { fastSlider, fastSliderLabel, provideFASTDesignSystem } from "@microsoft/fast-components"; import debug from "debug"; import { css, html, LitElement } from "lit"; import { customElement, property, state } from "lit/decorators.js"; import { NamedNode } from "n3"; import { getTopGraph } from "../web/RdfdbSyncedGraph"; +import { shortShow, showRoot } from "../web/show_specific"; import { SyncedGraph } from "../web/SyncedGraph"; -import { shortShow, showRoot } from "../web/show_specific"; export { EditChoice } from "../web/EditChoice"; -provideFASTDesignSystem().register(fastSlider(), fastSliderLabel()); +export { Light9Fader } from "./Light9Fader"; debug.enable("*"); const log = debug("fade"); @@ -19,6 +18,7 @@ export class Light9FadeUi extends LitEle css` :host { display: block; + user-select: none; /* really this is only desirable during slider drag events */ } `, ]; @@ -30,7 +30,7 @@ export class Light9FadeUi extends LitEle
- ${this.faders.map((fd) => html`