mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
update min x to show items
This commit is contained in:
parent
3c7daae9b3
commit
08a928225d
|
@ -9,7 +9,7 @@ export const OVERLAY_CONNECTION_ACTIONS_ID = 'connection-actions';
|
||||||
|
|
||||||
|
|
||||||
if (!window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL')) {
|
if (!window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL')) {
|
||||||
window.localStorage.setItem('MIN_X_TO_SHOW_OUTPUT_LABEL', '150');
|
window.localStorage.setItem('MIN_X_TO_SHOW_OUTPUT_LABEL', '90');
|
||||||
}
|
}
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const _MIN_X_TO_SHOW_OUTPUT_LABEL = parseInt(window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL'), 10);
|
const _MIN_X_TO_SHOW_OUTPUT_LABEL = parseInt(window.localStorage.getItem('MIN_X_TO_SHOW_OUTPUT_LABEL'), 10);
|
||||||
|
|
Loading…
Reference in a new issue