You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/chart/convert/rephiedit.js
+7-1
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,12 @@ export default function RePhiEditChartConverter(_chart)
113
113
isCover : _judgeline.isCover==1
114
114
});
115
115
116
+
if(_judgeline.attachUI&&_judgeline.attachUI!='')
117
+
{
118
+
console.warn('Line '+judgelineIndex+' is using \'attachUI\' feature, ignored this line.\nPlease note that all notes on this line will also be ignored.');
119
+
return;
120
+
}
121
+
116
122
// 处理 EventLayer
117
123
_judgeline.eventLayers.forEach((_eventLayer)=>
118
124
{
@@ -361,7 +367,7 @@ export default function RePhiEditChartConverter(_chart)
0 commit comments