mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: Border all snippet
This commit is contained in:
@@ -39,7 +39,6 @@ exports.clear = function ()
|
||||
|
||||
exports.remove = function (style)
|
||||
{
|
||||
console.log(style);
|
||||
styleList = filter(styleList, s => s !== style);
|
||||
|
||||
style.container.removeChild(style.el);
|
||||
|
||||
Reference in New Issue
Block a user