Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -391,6 +391,9 @@ export class BrushIndicator {
|
|||||||
this._mouseEnterHandler = (e) => {
|
this._mouseEnterHandler = (e) => {
|
||||||
if (this._shouldShowIndicator()) {
|
if (this._shouldShowIndicator()) {
|
||||||
this.show(e.e);
|
this.show(e.e);
|
||||||
|
const currentVpt = this.canvas.viewportTransform;
|
||||||
|
this.staticCanvas.setViewportTransform([...currentVpt]);
|
||||||
|
this.staticCanvas.renderAll();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user