From 58aeeabc369877f212923d2d016fc9929a869a6f Mon Sep 17 00:00:00 2001 From: Venkata Chandra Sekhar Nainala Date: Wed, 7 Aug 2024 15:31:51 +0200 Subject: [PATCH] feat: enabled structure editor - paste from clipboard --- resources/views/livewire/search.blade.php | 2 +- .../views/livewire/structure-editor.blade.php | 26 ++++++++++++------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/resources/views/livewire/search.blade.php b/resources/views/livewire/search.blade.php index b8f9e39e..e12c6715 100644 --- a/resources/views/livewire/search.blade.php +++ b/resources/views/livewire/search.blade.php @@ -95,7 +95,7 @@ class="rounded-md bg-white text-gray-900 mr-3 py-3 px-2 text-gray-400 hover:bg-g
@foreach ($molecules as $molecule) - + @endforeach
diff --git a/resources/views/livewire/structure-editor.blade.php b/resources/views/livewire/structure-editor.blade.php index 1678d027..fde5dc46 100644 --- a/resources/views/livewire/structure-editor.blade.php +++ b/resources/views/livewire/structure-editor.blade.php @@ -1,13 +1,19 @@ -
+
@@ -25,9 +31,11 @@ class="inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left ov -
-
+
+
@@ -81,7 +89,7 @@ class="mt-3 w-full inline-flex justify-center rounded-md border border-transpare
- @if ($mode == 'inline') + @if ($mode && $mode == 'inline')