Skip to content

Commit dc2088f

Browse files
git commit
1 parent 163937b commit dc2088f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MAUI/PDF-Viewer/Toolbar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ for (int i = 0; i < pdfViewer?.Toolbars.Count; i++)
980980
{
981981
// Get the toolbar item with the name "Signature" from the current toolbar
982982
var item = pdfViewer.Toolbars[i]?.Items?.GetByName("Signature");
983-
984983
// Check if the item exists in the toolbar
985984
if (item != null)
986985
{

0 commit comments

Comments
 (0)