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