Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Show text cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed May 31, 2018
1 parent 6a22f3f commit 5d8d617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xray_ui/lib/text_editor/text_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const CURSOR_BLINK_PERIOD = 800;
const Root = styled("div", {
width: "100%",
height: "100%",
overflow: "hidden"
overflow: "hidden",
cursor: "text"
});

class TextEditor extends React.Component {
Expand Down

0 comments on commit 5d8d617

Please sign in to comment.