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 9fb28df commit a664da5Copy full SHA for a664da5
public/app/features/dashboard/dashgrid/DashboardGrid.tsx
@@ -153,8 +153,6 @@ export class Component extends PureComponent<Props> {
153
this.gridWidth = gridWidth;
154
}
155
156
- console.log('this.props.dashboard.panels', config.theme2.shape.radius.default);
157
-
158
for (const panel of this.props.dashboard.panels) {
159
const panelClasses = classNames({ 'react-grid-item--fullscreen': panel.isViewing });
160
@@ -255,8 +253,8 @@ export class Component extends PureComponent<Props> {
255
253
<div style={{ width: width, height: '100%' }} ref={this.onGetWrapperDivRef}>
256
254
<ReactGridLayout
257
width={width}
258
- isDraggable={(isLg&&isFnDashboard)|| draggable}
259
- isResizable={isLg&&isFnDashboard ? true : isEditable}
+ isDraggable={isFnDashboard ? false : draggable}
+ isResizable={isFnDashboard ? false : isEditable}
260
containerPadding={[0, 0]}
261
useCSSTransforms={true}
262
margin={[GRID_CELL_VMARGIN, GRID_CELL_VMARGIN]}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments