From e2f2011d9e66415e80951af4bcf3be38b3c464fb Mon Sep 17 00:00:00 2001 From: Anton Chimrov <89776717+chim678@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:01:22 +0100 Subject: [PATCH] Restore Canvas element key simplification to prevent blinking icons (#113693) * Simplify Canvas element key to prevent blinking icons * Fix formatting with prettier --- public/app/features/canvas/runtime/element.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/public/app/features/canvas/runtime/element.tsx b/public/app/features/canvas/runtime/element.tsx index 4a7c5ec8a7b..c1e3d519d8f 100644 --- a/public/app/features/canvas/runtime/element.tsx +++ b/public/app/features/canvas/runtime/element.tsx @@ -1108,12 +1108,7 @@ export class ElementState implements LayerElement { tabIndex={0} style={{ userSelect: 'none' }} > - + {this.showActionConfirmation && this.renderActionsConfirmModal(this.getPrimaryAction())} {this.showActionVarsModal && this.renderVariablesInputModal(this.getPrimaryAction())}