diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-19 14:32:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-19 14:32:55 +0200 |
| commit | 782ecf85499fcbc44d55798c756f512cd8d4470e (patch) | |
| tree | 526269b653649917261b2514e8985784aa683d4d /frontend/app/views/tile/forms/tile.form.hyperlink.js | |
| parent | b85cbe193eeea07e667f9e85fec1badf1416b11b (diff) | |
show group on hover
Diffstat (limited to 'frontend/app/views/tile/forms/tile.form.hyperlink.js')
| -rw-r--r-- | frontend/app/views/tile/forms/tile.form.hyperlink.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/app/views/tile/forms/tile.form.hyperlink.js b/frontend/app/views/tile/forms/tile.form.hyperlink.js index f36077d..1d7f22d 100644 --- a/frontend/app/views/tile/forms/tile.form.hyperlink.js +++ b/frontend/app/views/tile/forms/tile.form.hyperlink.js @@ -16,15 +16,9 @@ import { toggleCursorList } from 'app/views/page/page.actions' export default function TileHyperlinkForm({ tile, pageList, popupList, cursors, parent }) { const isExternalLink = tile.target_page_id === EXTERNAL_LINK - // const isPopupLink = ( - // tile.target_page_id === OPEN_POPUP_LINK || - // tile.target_page_id === CLOSE_POPUP_LINK - // ) let cursor - // console.log(tile.settings.cursor, tile.settings.custom_cursor_id) if (tile.settings.cursor === 'custom' && tile.settings.custom_cursor_id) { cursor = cursors[tile.settings.custom_cursor_id] - // console.log(cursor) } return ( <div> |
