11
This commit is contained in:
@@ -1612,11 +1612,11 @@ export class LayerManager {
|
||||
* @private
|
||||
*/
|
||||
_rearrangeObjects() {
|
||||
// if (this.layerSort) {
|
||||
// // 使用LayerSort的高级排序
|
||||
// this.layerSort.rearrangeObjects();
|
||||
// return;
|
||||
// }
|
||||
if (this.layerSort) {
|
||||
// 使用LayerSort的高级排序
|
||||
this.layerSort.rearrangeObjects();
|
||||
return;
|
||||
}
|
||||
|
||||
// 传统排序逻辑(保持原有逻辑作为备用)
|
||||
if (!this.canvas) return;
|
||||
|
||||
Reference in New Issue
Block a user