mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 06:47:38 +00:00
remove logs
This commit is contained in:
@@ -15,7 +15,6 @@ const insertTab = (view)=>{
|
|||||||
const ranges = [];
|
const ranges = [];
|
||||||
|
|
||||||
for (const range of view.state.selection.ranges) {
|
for (const range of view.state.selection.ranges) {
|
||||||
console.log(range);
|
|
||||||
changes.push({
|
changes.push({
|
||||||
from : range.from,
|
from : range.from,
|
||||||
to : range.to,
|
to : range.to,
|
||||||
|
|||||||
Reference in New Issue
Block a user