更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { isNodeChildrenList } from './utils.js';
|
||||
|
||||
export default function cleanRaw(node, item, list) {
|
||||
// raw in stylesheet or block children
|
||||
if (isNodeChildrenList(this.stylesheet, list) ||
|
||||
isNodeChildrenList(this.block, list)) {
|
||||
list.remove(item);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user