mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
fix: remove debug message
This commit is contained in:
parent
3e201bfbba
commit
984cdae438
@ -109,7 +109,6 @@ namespace OS {
|
|||||||
if (!v) {
|
if (!v) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("direction is", v);
|
|
||||||
(this.refs.list as ListViewTag).dir = v;
|
(this.refs.list as ListViewTag).dir = v;
|
||||||
}
|
}
|
||||||
get dir(): string {
|
get dir(): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user