diff --git a/README.md b/README.md index e6d1d9653..d37fbf5b1 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Follow these steps to setup documenso on you local machnine: - Register a new user at http://localhost:3000/signup --- + - Optional: Seed the database using npm run db-seed to create a test user and document - Optional: Upload and sign apps\web\ressources\example.pdf manually to test your setup diff --git a/apps/web/components/editor/editable-field.tsx b/apps/web/components/editor/editable-field.tsx index c4966a0f0..26444101f 100644 --- a/apps/web/components/editor/editable-field.tsx +++ b/apps/web/components/editor/editable-field.tsx @@ -1,8 +1,9 @@ import React, { useState } from "react"; -import Draggable from "react-draggable"; -import Logo from "../logo"; import { IconButton } from "@documenso/ui"; +import Logo from "../logo"; import { XCircleIcon } from "@heroicons/react/20/solid"; +import Draggable from "react-draggable"; + const stc = require("string-to-color"); type FieldPropsType = { @@ -51,21 +52,19 @@ export default function EditableField(props: FieldPropsType) { onMouseDown={(e: any) => { e.preventDefault(); e.stopPropagation(); - }} - > + }}> {/* width: 192 height 96 */}