diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-19 02:54:28 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-19 02:54:28 -0400 |
| commit | 65a1a272b15fb9c08ef75a12946d7f3751a500c7 (patch) | |
| tree | b65d47b9ff967d7907a47016f7af8b66ec796f29 /src/client/views/collections/collectionFreeForm | |
| parent | 3df19b61e8ae06940822a01801a4aa6e7716ac9a (diff) | |
added stop propagation for clicking on tags and icon tags. fixed dragging crash from doc nested in card view to card view. still needs more work for card view to honor canEmbed
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index cbbf063b4..f106eba26 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1783,7 +1783,6 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection if (!code.includes('dashDiv')) { const script = CompileScript(code, { params: { docView: 'any' }, typecheck: false, editable: true }); if (script.compiled) script.run({ this: this.DocumentView?.() }); - // eslint-disable-next-line no-eval } else code && !first && eval?.(code); }, { fireImmediately: true } |
