Skip to content
Snippets Groups Projects

TupleTool Search Functionality

Merged Franz Ludwig Kramer requested to merge ttoolsearch into master
All threads resolved!
Files
4
@@ -33,7 +33,6 @@ import tex2svg from "../lib/mathjax";
import config from "../config.json";
import DTTConfig from "../lib/DTTConfig";
import _ from "lodash";
import SearchTTool from "./semform";
function htmlTitle(text) {
const container = document.createElement("span");
@@ -393,9 +392,6 @@ class DecayTree extends React.Component {
</Stack>
</Card.Body>
<Card.Title>Current selection: {selectedName}</Card.Title>
<Card.Title className="d-flex justify-content-between align-items-start">
<SearchTTool />
</Card.Title>
<ParticleConfig
dtt={this.state.dtt}
particleID={selection}
Loading