We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbd5da commit c4af8e3Copy full SHA for c4af8e3
src/components/monitor/monitor.jsx
@@ -66,7 +66,7 @@ const MonitorComponent = props => (
66
// positioning conflicts between the monitors `transform: scale` and
67
// the context menus `position: fixed`. For more details, see
68
// http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/
69
- <ContextMenu id={`monitor-${props.label}`}>
+ <ContextMenu id={`monitor-${props.id}`}>
70
{props.draggable && props.onSetModeToDefault &&
71
<MenuItem onClick={props.onSetModeToDefault}>
72
<FormattedMessage
0 commit comments