cutting layout view
This commit is contained in:
parent
62638902e8
commit
15c4201906
31 changed files with 585 additions and 741 deletions
|
@ -26,7 +26,7 @@ export const ns = ['print']
|
|||
export const PrintSettings = ({ update, settings, ui, account }) => {
|
||||
const config = loadPrintConfig(settings.units)
|
||||
const passProps = { units: settings.units }
|
||||
const updateFunc = (name, newVal) => update.ui([...printSettingsPath, name], newVal)
|
||||
const updateFunc = (path, newVal) => update.ui([...printSettingsPath, ...path], newVal)
|
||||
|
||||
return (
|
||||
<WorkbenchMenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue