mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
fix: filter lock shape in frame
This commit is contained in:
@@ -111,7 +111,8 @@ export class TranslateSession extends BaseSession {
|
||||
Utils.boundsContain(
|
||||
TLDR.get_bounds(shap),
|
||||
TLDR.get_bounds(shapItem)
|
||||
)
|
||||
) &&
|
||||
!shapItem.isLocked
|
||||
) {
|
||||
selectedShapes.push(shapItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user