From fcd224401581a8875c0c0fe86d2928ae0f06b599 Mon Sep 17 00:00:00 2001 From: ThibG Date: Thu, 15 Aug 2019 22:47:51 +0200 Subject: [Glitch] Allow clicking behind preview Port d37126fd03e47c32eaf532937dfc843b952d0d5a to glitch-soc Signed-off-by: Thibaut Girka --- .../flavours/glitch/features/ui/components/focal_point_modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/features/ui/components/focal_point_modal.js') diff --git a/app/javascript/flavours/glitch/features/ui/components/focal_point_modal.js b/app/javascript/flavours/glitch/features/ui/components/focal_point_modal.js index 5135bdd2d..1804a027b 100644 --- a/app/javascript/flavours/glitch/features/ui/components/focal_point_modal.js +++ b/app/javascript/flavours/glitch/features/ui/components/focal_point_modal.js @@ -230,7 +230,7 @@ class FocalPointModal extends ImmutablePureComponent {
{focals && ( -
+
{media.get('type') === 'image' && } {media.get('type') === 'gifv' &&
-
+
)} -- cgit