diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 19:24:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 19:24:13 +0100 |
| commit | 50d5c3c2f10725af8ebb6db47c209f7000abc8f4 (patch) | |
| tree | 3324d485ef7684189c50cfeb6e05ee0c7397601f /frontend/app/views/tile/handles/tile.link.js | |
| parent | d9ee2c97882ea5ace9c28ac6560ffa240daf9345 (diff) | |
remove foreignkey constraint on target_page_id. toggle popups. show list of popups, if a tile link is open/close popup
Diffstat (limited to 'frontend/app/views/tile/handles/tile.link.js')
| -rw-r--r-- | frontend/app/views/tile/handles/tile.link.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/app/views/tile/handles/tile.link.js b/frontend/app/views/tile/handles/tile.link.js index 839c18c..20d881b 100644 --- a/frontend/app/views/tile/handles/tile.link.js +++ b/frontend/app/views/tile/handles/tile.link.js @@ -13,9 +13,6 @@ export default function TileScript({ tile, box, viewing, onMouseDown, onDoubleCl className += ' ' + (tile.settings.cursor || 'hand_up') } - if (!tile.settings.content) { - return null - } let content = "" className += ' ' + tile.settings.align style.width = unitsDimension(tile, 'width') |
