fix: Issues with widget name focus (#14504)
* fix: black border on organisation menu name * fix: not focusing on widget name on reflow
This commit is contained in:
parent
d7eb5c58fc
commit
06422d1ce2
|
|
@ -748,6 +748,7 @@ function ApplicationsSection(props: any) {
|
|||
)}
|
||||
{(currentUser || isFetchingApplications) && !isMobile && (
|
||||
<Menu
|
||||
autoFocus={false}
|
||||
className="t--workspace-name"
|
||||
closeOnItemClick
|
||||
cypressSelector="t--workspace-name"
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ function* addWidgetAndMoveWidgetsSaga(
|
|||
yield put(updateAndSaveLayout(updatedWidgetsOnAddAndMove));
|
||||
yield put({
|
||||
type: ReduxActionTypes.RECORD_RECENTLY_ADDED_WIDGET,
|
||||
payload: [newWidget.widgetId],
|
||||
payload: [newWidget.newWidgetId],
|
||||
});
|
||||
log.debug("move computations took", performance.now() - start, "ms");
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user