mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat(editor): Zoom into a node to open experimental embedded NDV (no-changelog) (#16912)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -66,6 +66,7 @@ import IconLucideCode from '~icons/lucide/code';
|
||||
import IconLucideCog from '~icons/lucide/cog';
|
||||
import IconLucideContrast from '~icons/lucide/contrast';
|
||||
import IconLucideCopy from '~icons/lucide/copy';
|
||||
import IconLucideCrosshair from '~icons/lucide/crosshair';
|
||||
import IconLucideDatabase from '~icons/lucide/database';
|
||||
import IconLucideEarth from '~icons/lucide/earth';
|
||||
import IconLucideEllipsis from '~icons/lucide/ellipsis';
|
||||
@@ -460,6 +461,7 @@ export const updatedIconSet = {
|
||||
cog: IconLucideCog,
|
||||
contrast: IconLucideContrast,
|
||||
copy: IconLucideCopy,
|
||||
crosshair: IconLucideCrosshair,
|
||||
database: IconLucideDatabase,
|
||||
earth: IconLucideEarth,
|
||||
ellipsis: IconLucideEllipsis,
|
||||
|
||||
Reference in New Issue
Block a user