sticky draft toolbar with tooltips
This commit is contained in:
parent
d6b037e9ea
commit
609cef854e
4 changed files with 26 additions and 16 deletions
|
@ -3,7 +3,7 @@ import { DraftMenu, ns as menuNs } from './menu.mjs'
|
|||
import { ViewHeader, ns as headerNs } from 'shared/components/workbench/views/view-header.mjs'
|
||||
import { PanZoomContextProvider } from 'shared/components/workbench/pattern/pan-zoom-context.mjs'
|
||||
|
||||
export const ns = menuNs
|
||||
export const ns = [menuNs, ...headerNs]
|
||||
|
||||
export const DraftView = ({
|
||||
design,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue