Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Dec 4, 2024
1 parent b1842dc commit c3fb375
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/src/molstarview/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { PLUGIN_VERSION } from 'molstar/lib/mol-plugin/version';
import './light.css'; // npx sass node_modules/molstar/lib/mol-plugin-ui/skin/light.scss > light.css
import * as representation from "./representation";
import { renderReact18 } from "molstar/lib/mol-plugin-ui/react18";
import { PluginUIContext } from 'molstar/lib/mol-plugin-ui/context';


// import { basicSpec } from "./ui"
Expand Down Expand Up @@ -47,8 +48,8 @@ export class MolstarModel extends widgets.DOMWidgetModel {

// Custom View. Renders the widget model.
export class MolstarView extends widgets.DOMWidgetView {
plugin: any;
container: any;
plugin: PluginUIContext;
container: HTMLDivElement;
isLeader: boolean;
_focused: boolean;
_synced_model_ids: any;
Expand Down

0 comments on commit c3fb375

Please sign in to comment.