JonStargaryen 4 years ago
parent
commit
23200f700b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/viewer/ui/membrane.tsx

+ 1 - 1
src/viewer/ui/membrane.tsx

@@ -162,7 +162,7 @@ export class MembraneOrientationControls extends CollapsableControls<{}, Membran
     }
 }
 
-const EnableMembraneOrientation = StateAction.build({
+export const EnableMembraneOrientation = StateAction.build({
     from: PluginStateObject.Molecule.Structure,
 })(({ a, ref, state }, plugin: PluginContext) => Task.create('Enable Membrane Orientation', async ctx => {
     await MembraneOrientationPreset.apply(ref, Object.create(null), plugin);