()
| 67 | } |
| 68 | |
| 69 | renderContent(){ |
| 70 | return ( |
| 71 | <div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md |
| 72 | tw-border tw-border-solid tw-border-gray-400 tw-overflow-hidden"> |
| 73 | <div className="tw-p-2 tw-w-full tw-h-full tw-content-start tw-pointer-events-none" |
| 74 | style={this.state.widgetInnerStyling}> |
| 75 | <div className="tw-relative tw-w-full tw-h-full"> |
| 76 | <div className="tw-absolute tw-left-5 tw-top-3 tw-flex tw-flex-col tw-gap-2"> |
| 77 | <div className="tw-text-white tw-bg-black tw-text-center |
| 78 | tw-p-[2px] |
| 79 | tw-w-[25px] tw-h-[25px] tw-rounded-md"> |
| 80 | <PlusOutlined className="tw-text-xl"/> |
| 81 | </div> |
| 82 | <div className="tw-text-white tw-bg-black tw-text-center |
| 83 | tw-p-1 |
| 84 | tw-w-[25px] tw-h-[25px] tw-rounded-md"> |
| 85 | <MinusOutlined className="tw-text-xl"/> |
| 86 | </div> |
| 87 | </div> |
| 88 | <img src={MapImage} className="tw-w-full tw-h-full" /> |
| 89 | </div> |
| 90 | </div> |
| 91 | </div> |
| 92 | ) |
| 93 | } |
| 94 | |
| 95 | } |
| 96 |
nothing calls this directly
no outgoing calls
no test coverage detected