mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(editor): should show toolbar after mouse is released (#10698)
This commit is contained in:
@@ -64,7 +64,7 @@ export async function focusDocTitle(page: Page, editorIndex = 0) {
|
||||
}
|
||||
|
||||
// ================== Page ==================
|
||||
export function locateFormatBar(page: Page, editorIndex = 0) {
|
||||
export function locateToolbar(page: Page, editorIndex = 0) {
|
||||
return locateEditorContainer(page, editorIndex).locator(
|
||||
'affine-toolbar-widget editor-toolbar'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user