From c835f47a32336c12e6ad7497b72694bb06dc2487 Mon Sep 17 00:00:00 2001 From: laurawilsonri Date: Sat, 16 Feb 2019 15:34:20 -0500 Subject: added blinking preview text cursor on click --- src/PreviewTextCursor.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/PreviewTextCursor.tsx (limited to 'src/PreviewTextCursor.tsx') diff --git a/src/PreviewTextCursor.tsx b/src/PreviewTextCursor.tsx new file mode 100644 index 000000000..6818bf28c --- /dev/null +++ b/src/PreviewTextCursor.tsx @@ -0,0 +1,15 @@ +import React = require("react"); +import { observer } from "mobx-react"; + +@observer +export class PreviewTextCursor extends React.Component { + + render() { + return ( +
+ +
+ ) + }; + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2