mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
e2e(core): add test for split view (#6133)
This commit is contained in:
@@ -18,6 +18,7 @@ export const WorkbenchLink = ({
|
||||
const handleClick = useCallback(
|
||||
(event: React.MouseEvent<HTMLAnchorElement>) => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
// TODO: open this when multi view control is implemented
|
||||
if (
|
||||
appSettings.enableMultiView &&
|
||||
|
||||
Reference in New Issue
Block a user