Skip to content

Commit

Permalink
Preview: Show numbers inside a tooltip (firefox-devtools#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyrosmith authored and Johnny Khalil committed Oct 13, 2017
1 parent ee67776 commit eae82ac
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 eae82ac

Please sign in to comment.