Added drag to scroll container
This commit is contained in:
@@ -6,7 +6,8 @@ import styles from "./GroupBox.module.css"
|
||||
import {EntitySpan} from "../EntitySpan/EntitySpan";
|
||||
import {useGroups} from "../../contexts/GroupProvider";
|
||||
import {calculateInputs} from "../../../src/calculateInputs";
|
||||
import {uniquify} from "../../../src/utils";
|
||||
import {fixedEncodeURIComponent, uniquify} from "../../../src/utils";
|
||||
import Link from "next/link";
|
||||
|
||||
interface Props {
|
||||
group: Group
|
||||
@@ -81,6 +82,7 @@ const GroupBoxBase: FC<Props> = ({ group }) => {
|
||||
>
|
||||
{name}
|
||||
</h3>
|
||||
<Link href={`./visualize/${fixedEncodeURIComponent(group.name)}`}>👁</Link>
|
||||
<button
|
||||
className={styles.quit}
|
||||
onBlur={() => setDeleteConfirm(false)}
|
||||
|
||||
Reference in New Issue
Block a user