clean up console log
This commit is contained in:
parent
59f39ee141
commit
7264146d49
1 changed files with 0 additions and 2 deletions
|
@ -259,8 +259,6 @@ export function selectable<K, T extends object>(element: HTMLElement, options: A
|
||||||
return SelectionMode.Normal;
|
return SelectionMode.Normal;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
console.log(modifier(), withRange, mode);
|
|
||||||
|
|
||||||
context.select(withRange ? createRange(latest(), element) : [key], { mode });
|
context.select(withRange ? createRange(latest(), element) : [key], { mode });
|
||||||
|
|
||||||
if (!withRange) {
|
if (!withRange) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue