Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Preview: Show numbers inside a tooltip (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyrosmith authored and jasonLaster committed Sep 26, 2017
1 parent 23b5cc4 commit a6ce4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Preview/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class Popup extends Component {

getPreviewType(value: any) {
if (
typeof value == "number" ||
typeof value == "boolean" ||
value.type == "null" ||
value.type == "undefined" ||
Expand Down

0 comments on commit a6ce4f8

Please sign in to comment.