Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelselleck authored and zackbrown committed Feb 28, 2024
1 parent adb16d3 commit cb4fe41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export class NativeElementPool {
let textbox = leaf.firstChild;

applyTextTyle(textbox, textbox, patch.style);
console.log(patch);

if (patch.background) {
textbox.style.background = toCssColor(patch.background);
Expand Down

0 comments on commit cb4fe41

Please sign in to comment.